Loading core/java/android/app/Activity.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2521,7 +2521,7 @@ public class Activity extends ContextThemeWrapper * no extra data is required. * no extra data is required. * @param globalSearch If false, this will only launch the search that has been specifically * @param globalSearch If false, this will only launch the search that has been specifically * defined by the application (which is usually defined as a local search). If no default * defined by the application (which is usually defined as a local search). If no default * search is defined in the current application or activity, no search will be launched. * search is defined in the current application or activity, global search will be launched. * If true, this will always launch a platform-global (e.g. web-based) search instead. * If true, this will always launch a platform-global (e.g. web-based) search instead. * * * @see android.app.SearchManager * @see android.app.SearchManager Loading core/java/android/app/SearchManager.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1683,7 +1683,7 @@ public class SearchManager * no extra data is required. * no extra data is required. * @param globalSearch If false, this will only launch the search that has been specifically * @param globalSearch If false, this will only launch the search that has been specifically * defined by the application (which is usually defined as a local search). If no default * defined by the application (which is usually defined as a local search). If no default * search is defined in the current application or activity, no search will be launched. * search is defined in the current application or activity, global search will be launched. * If true, this will always launch a platform-global (e.g. web-based) search instead. * If true, this will always launch a platform-global (e.g. web-based) search instead. * * * @see android.app.Activity#onSearchRequested * @see android.app.Activity#onSearchRequested Loading Loading
core/java/android/app/Activity.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2521,7 +2521,7 @@ public class Activity extends ContextThemeWrapper * no extra data is required. * no extra data is required. * @param globalSearch If false, this will only launch the search that has been specifically * @param globalSearch If false, this will only launch the search that has been specifically * defined by the application (which is usually defined as a local search). If no default * defined by the application (which is usually defined as a local search). If no default * search is defined in the current application or activity, no search will be launched. * search is defined in the current application or activity, global search will be launched. * If true, this will always launch a platform-global (e.g. web-based) search instead. * If true, this will always launch a platform-global (e.g. web-based) search instead. * * * @see android.app.SearchManager * @see android.app.SearchManager Loading
core/java/android/app/SearchManager.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1683,7 +1683,7 @@ public class SearchManager * no extra data is required. * no extra data is required. * @param globalSearch If false, this will only launch the search that has been specifically * @param globalSearch If false, this will only launch the search that has been specifically * defined by the application (which is usually defined as a local search). If no default * defined by the application (which is usually defined as a local search). If no default * search is defined in the current application or activity, no search will be launched. * search is defined in the current application or activity, global search will be launched. * If true, this will always launch a platform-global (e.g. web-based) search instead. * If true, this will always launch a platform-global (e.g. web-based) search instead. * * * @see android.app.Activity#onSearchRequested * @see android.app.Activity#onSearchRequested Loading