Searched defs:query (Results 101 - 115 of 115) sorted by relevance

12345

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryFragment.java169 // Directory fragment state is defined by: root, document, query, type, selection
1720 String query) {
1723 df.mQuery = query;
1726 df.mSearchMode = query != null;
1731 String query) {
1734 df.mQuery = query;
1737 df.mSearchMode = query != null;
1742 String query, int anim) {
1747 args.putString(Shared.EXTRA_QUERY, query);
1719 reloadSearch(FragmentManager fm, RootInfo root, DocumentInfo doc, String query) argument
1730 reload(FragmentManager fm, int type, RootInfo root, DocumentInfo doc, String query) argument
1741 create(FragmentManager fm, int type, RootInfo root, DocumentInfo doc, String query, int anim) argument
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java317 public Cursor query(Uri uri, String[] projection, String where, String[] whereArgs, method in class:SettingsProvider
320 Slog.v(LOG_TAG, "query() for user: " + UserHandle.getCallingUserId());
1583 + " uri content://some_table with query name=? and single name as arg\n"
1584 + " uri content://some_table with query name=some_name and null args\n"
1886 Cursor cursor = queryBuilder.query(database, ALL_COLUMNS,
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java926 public void prepareFromSearch(String query, Bundle extras) { argument
928 mCb.onPrepareFromSearch(query, extras);
958 public void playFromSearch(String query, Bundle extras) { argument
960 mCb.onPlayFromSearch(query, extras);
1191 public void prepareFromSearch(String query, Bundle extras) throws RemoteException { argument
1193 mSessionCb.prepareFromSearch(query, extras);
1215 public void playFromSearch(String query, Bundle extras) throws RemoteException { argument
1217 mSessionCb.playFromSearch(query, extras);
/frameworks/native/libs/gui/
H A DSurface.cpp58 ANativeWindow::query = hook_query; member in class:android::ANativeWindow
201 return c->query(what, value);
497 int Surface::query(int what, int* value) const { function in class:android::Surface
499 ALOGV("Surface::query");
538 err = mGraphicBufferProducer->query(what, value);
547 return mGraphicBufferProducer->query(what, value);
902 err = mGraphicBufferProducer->query(
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java85 * A widget that provides a user interface for the user to enter a search query and submit a request
86 * to a search provider. Shows a list of query suggestions or results, if available, and allows the
219 * Callbacks for changes to the query text.
224 * Called when the user submits the query. This could be due to a key press on the
230 * @param query the query text that is to be submitted
232 * @return true if the query has been handled by the listener, false to let the
235 boolean onQueryTextSubmit(String query); argument
238 * Called when the query text is changed by the user.
240 * @param newText the new content of the query tex
608 setQuery(CharSequence query, boolean submit) argument
1554 setQuery(CharSequence query) argument
1560 launchQuerySearch(int actionKey, String actionMsg, String query) argument
1579 createIntent(String action, Uri data, String extraData, String query, int actionKey, String actionMsg) argument
[all...]
/frameworks/base/core/java/android/provider/
H A DCalendarContract.java174 * query parameters.
333 * Columns specific to the Calendars Uri that other Uris can query.
503 * cursor contains a calendars query.
505 * @param cursor query on {@link #CONTENT_URI}
639 * matches the query selection, or at most a single row if the {@link #_ID}
715 * {@link #ACCOUNT_NAME}, and {@link #ACCOUNT_TYPE} in the Uri's query
834 * {@link #query(ContentResolver, long, String[])} will return a list of attendees for
868 * @param cr The content resolver to use for the query
873 public static final Cursor query(ContentResolver cr, long eventId, String[] projection) { method in class:CalendarContract.Attendees
875 return cr.query(CONTENT_UR
1751 public static final Cursor query(ContentResolver cr, String[] projection, method in class:CalendarContract.Instances
1780 public static final Cursor query(ContentResolver cr, String[] projection, method in class:CalendarContract.Instances
2030 public static final Cursor query(ContentResolver cr, int startDay, int numDays, method in class:CalendarContract.EventDays
2114 public static final Cursor query(ContentResolver cr, long eventId, String[] projection) { method in class:CalendarContract.Reminders
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java1513 @UserIdInt int userId, int cloneFlags, @NonNull Predicate<ShortcutInfo> query) {
1517 getPackageShortcutsLocked(packageName, userId).findAll(this, ret, query, cloneFlags);
1512 getShortcutsWithQueryLocked(@onNull String packageName, @UserIdInt int userId, int cloneFlags, @NonNull Predicate<ShortcutInfo> query) argument
H A DPackageManagerService.java4876 final List<ResolveInfo> query = queryIntentActivitiesInternal(intent, resolvedType,
4881 chooseBestActivity(intent, resolvedType, flags, query, userId);
4883 if (isEphemeralAllowed(intent, query, userId)) {
4916 final List<ResolveInfo> query = queryIntentActivitiesInternal(intent, resolvedType, flags,
4920 flags, query, 0, false, true, false, userId);
4930 final List<ResolveInfo> query = queryIntentActivitiesInternal(intent, resolvedType, flags,
4932 return findPreferredActivity(intent, resolvedType, flags, query, 0,
5037 int flags, List<ResolveInfo> query, int userId) {
5038 if (query != null) {
5039 final int N = query
5036 chooseBestActivity(Intent intent, String resolvedType, int flags, List<ResolveInfo> query, int userId) argument
5121 findPersistentPreferredActivityLP(Intent intent, String resolvedType, int flags, List<ResolveInfo> query, boolean debug, int userId) argument
5179 findPreferredActivity(Intent intent, String resolvedType, int flags, List<ResolveInfo> query, int priority, boolean always, boolean removeMatches, boolean debug, int userId) argument
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigManager.java2498 private Map<HomeSP, PasspointMatch> matchNetwork(ScanDetail scanDetail, boolean query) { argument
2506 boolean queried = !query;
2511 + ", query " + query + ", home sps: " + homeSPs.size());
2570 // Try to pull cached data if query failed.
H A DWifiNative.java1407 * P2P_SERVICE_ADD bonjour <query hexdump> <RDATA hexdump>
1440 * P2P_SERVICE_DEL bonjour <query hexdump>
1471 public String p2pServDiscReq(String addr, String query) { argument
1474 command += (" " + query);
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java298 * Return cursor for table query.
301 public static Cursor query(ContentResolver cr, String[] projection) { method in class:Telephony.Sms
302 return cr.query(CONTENT_URI, projection, null, null, DEFAULT_SORT_ORDER);
306 * Return cursor for table query.
309 public static Cursor query(ContentResolver cr, String[] projection, method in class:Telephony.Sms
311 return cr.query(CONTENT_URI, projection, where,
1905 Cursor cursor = SqliteWrapper.query(context, context.getContentResolver(),
1971 * Helper method to query this table.
1974 public static Cursor query( method in class:Telephony.Mms
1976 return cr.query(CONTENT_UR
1983 public static Cursor query( method in class:Telephony.Mms
[all...]
/frameworks/support/v4/java/android/support/v4/media/session/
H A DMediaSessionCompat.java144 * Argument for use with {@link #ACTION_PREPARE_FROM_SEARCH} indicating search query.
616 * Override to handle requests to prepare playback from a search query. An
617 * empty query indicates that the app may prepare any music. The
626 public void onPrepareFromSearch(String query, Bundle extras) { argument
654 * Override to handle requests to begin playback from a search query. An
655 * empty query indicates that the app may play any music. The
659 public void onPlayFromSearch(String query, Bundle extras) { argument
824 String query = extras.getString(ACTION_ARGUMENT_QUERY);
826 Callback.this.onPrepareFromSearch(query, bundle);
858 public void onPrepareFromSearch(String query, Bundl argument
1840 prepareFromSearch(String query, Bundle extras) argument
1860 playFromSearch(String query, Bundle extras) argument
[all...]
/frameworks/base/core/java/android/app/
H A DActivity.java2163 * {@link ContentResolver#query(android.net.Uri , String[], String, String[], String)}
2174 * you call {@link #stopManagingCursor} on a cursor from a managed query, the system <em>will
2178 * @param uri The URI of the content provider to query.
2183 * @return The Cursor that was returned by query().
2185 * @see ContentResolver#query(android.net.Uri , String[], String, String[], String)
2194 Cursor c = getContentResolver().query(uri, projection, selection, null, sortOrder);
2203 * {@link ContentResolver#query(android.net.Uri , String[], String, String[], String)}
2214 * you call {@link #stopManagingCursor} on a cursor from a managed query, the system <em>will
2218 * @param uri The URI of the content provider to query.
2224 * @return The Cursor that was returned by query()
3918 triggerSearch(String query, @Nullable Bundle appSearchData) argument
[all...]
/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp407 VKAPI_ATTR void CmdBeginQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, VkQueryControlFlags flags);
408 VKAPI_ATTR void CmdEndQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query);
410 VKAPI_ATTR void CmdWriteTimestamp(VkCommandBuffer commandBuffer, VkPipelineStageFlagBits pipelineStage, VkQueryPool queryPool, uint32_t query);
1118 VKAPI_ATTR void CmdBeginQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, VkQueryControlFlags flags) { argument
1119 GetData(commandBuffer).dispatch.CmdBeginQuery(commandBuffer, queryPool, query, flags);
1122 VKAPI_ATTR void CmdEndQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query) { argument
1123 GetData(commandBuffer).dispatch.CmdEndQuery(commandBuffer, queryPool, query);
1130 VKAPI_ATTR void CmdWriteTimestamp(VkCommandBuffer commandBuffer, VkPipelineStageFlagBits pipelineStage, VkQueryPool queryPool, uint32_t query) { argument
1131 GetData(commandBuffer).dispatch.CmdWriteTimestamp(commandBuffer, pipelineStage, queryPool, query);
1848 VKAPI_ATTR void vkCmdBeginQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query, VkQueryControlFlag argument
1853 vkCmdEndQuery(VkCommandBuffer commandBuffer, VkQueryPool queryPool, uint32_t query) argument
1863 vkCmdWriteTimestamp(VkCommandBuffer commandBuffer, VkPipelineStageFlagBits pipelineStage, VkQueryPool queryPool, uint32_t query) argument
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 348 milliseconds

12345