Home
last modified time | relevance | path

Searched defs:selection (Results 1 – 25 of 1935) sorted by relevance

12345678910>>...78

/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/recyclerview/recyclerview-selection/1.2.0-alpha02/androidx.recyclerview_recyclerview-selection/android_common/aar/
Dandroidx.recyclerview_recyclerview-selection.jar ... recyclerview.selection.ItemKeyProvider, androidx.recyclerview.selection.SelectionTracker, androidx.recyclerview.selection.BandPredicate ...
Dclasses.jar ... recyclerview.selection.ItemKeyProvider, androidx.recyclerview.selection.SelectionTracker, androidx.recyclerview.selection.BandPredicate ...
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
H A DRecoverableKeyStoreDb.java131 String selection = in getKey() local
140 selection, in getKey() argument
187 String selection = KeysEntry.COLUMN_NAME_UID + " = ? AND " + in removeKey() local
208 String selection = in getStatusForAllKeys() local
216 selection, in getStatusForAllKeys() argument
246 String selection = in setRecoveryStatus() local
275 String selection = in getAllKeys() local
289 selection, in getAllKeys() argument
332 String selection = UserMetadataEntry.COLUMN_NAME_USER_ID + " = ?"; in setPlatformKeyGenerationId() local
352 String selection = null; // get all rows. in getUserSerialNumbers() local
[all …]
/aosp_15_r20/system/extras/simpleperf/
H A Devent_selection_set.cpp196 EventSelection* selection) { in BuildAndCheckEventSelection()
299 EventSelection selection; in AddEventGroup() local
334 EventSelection selection; in AddCounters() local
345 for (auto& selection : groups_[0].selections) { in AddCounters() local
355 for (const auto& selection : group.selections) { in GetEvents() local
365 for (const auto& selection : group.selections) { in GetTracepointEvents() local
376 for (const auto& selection : group.selections) { in ExcludeKernel() local
388 for (const auto& selection : group.selections) { in GetEventAttrWithId() local
404 for (const auto& selection : group.selections) { in GetEventNamesById() local
416 for (const auto& selection : group.selections) { in GetCpusById() local
[all …]
/aosp_15_r20/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/components/mediagrid/
DMediaGridTest.kt341 val selection = in <lambda>() constant
375 val selection = in <lambda>() constant
420 val selection = in <lambda>() constant
468 val selection = in <lambda>() constant
517 val selection = in <lambda>() constant
591 val selection = in <lambda>() constant
673 val selection = in <lambda>() constant
732 val selection = in <lambda>() constant
801 val selection = in <lambda>() constant
848 val selection = in <lambda>() constant
[all …]
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/analytics/
DServiceStateAnalyticsProviderTest.java259 String[] columns, String selection, String[] selectionArgs) { in setWhenClauseForGetCursor()
272 private void verifyClause(String[] columns, String selection, String[] selectionArgs) { in verifyClause()
302 String selection = ServiceStateAnalyticsTable.SLOT_ID + " = ? "; in testTotalUpTimeThroughAggregate() local
318 String selection = ServiceStateAnalyticsTable.SLOT_ID + " = ? "; in testTotalUpTimeWhenCursorNullThroughAggregate() local
331 String selection = ServiceStateAnalyticsTable.SLOT_ID + " = ? "; in testTotalUpTimeWhenCursorInvalidThroughAggregate() local
346 String selection = in testOutOfServiceDurationThroughAggregate() local
374 String selection = in testOutOfServiceDurationWhenCursorNullThroughAggregate() local
394 String selection = in testOutOfServiceDurationWhenCursorInvalidThroughAggregate() local
410 String[] columns, String selection, String[] selectionArgs, String groupBy) { in whenClauseForGroupByPresent()
424 String[] columns, String selection, String[] selectionArgs, String groupBy) { in verifyGroupBy()
[all …]
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/common/database/
DSelection.java70 private final String selection; field in Selection
73 private Selection(@NonNull String selection, @NonNull String[] selectionArgs) { in Selection()
113 public static Selection fromString(@Nullable String selection, @Nullable String... args) { in fromString()
119 public static Selection fromString(@Nullable String selection, Collection<String> args) { in fromString()
125 public static Selection not(@NonNull Selection selection) { in not()
177 private final StringBuilder selection = new StringBuilder(); field in Selection.Builder
182 private Builder(@Nullable String selection, Collection<String> args) { in Builder()
193 private Builder(@NonNull Selection selection) { in Builder()
209 public Builder and(@NonNull Selection selection) { in and()
223 public Builder or(@NonNull Selection selection) { in or()
[all …]
/aosp_15_r20/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/selection/
DGrantsAwareSelectionTest.kt56 val selection: Selection<SelectionData> = in <lambda>() constant
81 val selection: Selection<SelectionData> = in testSelectionIsInitialized() constant
116 val selection: Selection<SelectionData> = in <lambda>() constant
138 val selection: Selection<SelectionData> = in <lambda>() constant
166 val selection: Selection<SelectionData> = in <lambda>() constant
190 val selection: Selection<SelectionData> = in <lambda>() constant
228 val selection: Selection<SelectionData> = in <lambda>() constant
273 val selection: Selection<SelectionData> = in <lambda>() constant
317 val selection: Selection<SelectionData> = in <lambda>() constant
373 val selection: Selection<SelectionData> = in <lambda>() constant
[all …]
DSelectionImplTest.kt55 val selection: Selection<SelectionData> = in <lambda>() constant
80 val selection: Selection<SelectionData> = in testSelectionIsInitialized() constant
113 val selection: Selection<SelectionData> = in <lambda>() constant
156 val selection: Selection<SelectionData> = in <lambda>() constant
184 val selection: Selection<SelectionData> = in <lambda>() constant
208 val selection: Selection<SelectionData> = in <lambda>() constant
246 val selection: Selection<SelectionData> = in <lambda>() constant
291 val selection: Selection<SelectionData> = in <lambda>() constant
335 val selection: Selection<SelectionData> = in <lambda>() constant
391 val selection: Selection<SelectionData> = in <lambda>() constant
[all …]
/aosp_15_r20/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/data/events/
DEventsDao.java221 String selection = EventStateContract.EventStateEntry.TASK_IDENTIFIER + " = ? AND " in getEventState() local
228 selection, in getEventState() argument
315 private List<Query> readQueryRows(String selection, String[] selectionArgs) { in readQueryRows()
326 selection, in readQueryRows() argument
359 private List<JoinedEvent> readJoinedTableRows(String selection, String[] selectionArgs) { in readJoinedTableRows()
442 String selection = EventStateContract.EventStateEntry.SERVICE_NAME + " = ?"; in deleteEventState() local
498 String selection = QueriesContract.QueriesEntry.TIME_MILLIS + " > ?" in readAllQueries() local
517 String selection = EventsContract.EventsEntry.TIME_MILLIS + " > ?" in readAllEventIds() local
526 selection, in readAllEventIds() argument
553 String selection = EventsContract.EventsEntry.QUERY_ID + " = ?" in hasEvent() local
[all …]
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/
DMenuManager.java62 public void updateActionMenu(Menu menu, SelectionDetails selection) { in updateActionMenu()
63 updateOpenWith(menu.findItem(R.id.action_menu_open_with), selection); in updateActionMenu() local
64 updateDelete(menu.findItem(R.id.action_menu_delete), selection); in updateActionMenu() local
65 updateShare(menu.findItem(R.id.action_menu_share), selection); in updateActionMenu() local
66 updateRename(menu.findItem(R.id.action_menu_rename), selection); in updateActionMenu() local
67 updateSelect(menu.findItem(R.id.action_menu_select), selection); in updateActionMenu() local
68 updateSelectAll(menu.findItem(R.id.action_menu_select_all), selection); in updateActionMenu() local
69 updateDeselectAll(menu.findItem(R.id.action_menu_deselect_all), selection); in updateActionMenu() local
70 updateMoveTo(menu.findItem(R.id.action_menu_move_to), selection); in updateActionMenu() local
71 updateCopyTo(menu.findItem(R.id.action_menu_copy_to), selection); in updateActionMenu() local
[all …]
/aosp_15_r20/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/features/preview/
DPreviewViewModelTest.kt295 val selection = in testToggleInSelectionUpdatesSelection() constant
368 val selection = in testToggleInSelectionCollectionUpdatesSelection() constant
429 val selection = in testSnapshotSelection() constant
498 val selection = in testDeselectionSnapshotIsPopulated() constant
567 val selection = in testRemotePreviewControllerCreation() constant
646 val selection = in testRemotePreviewControllersAreCached() constant
769 val selection = in testRemotePreviewControllersAreDestroyed() constant
825 val selection = in testRemotePreviewSurfaceStateChangedCallbackEmitsUpdates() constant
/aosp_15_r20/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
DBlockedNumberProvider.java187 public int update(@NonNull Uri uri, @Nullable ContentValues values, @Nullable String selection, in update()
196 public int delete(@NonNull Uri uri, @Nullable String selection, in delete()
220 private int deleteBlockedNumberWithId(long id, String selection) { in deleteBlockedNumberWithId()
229 private int deleteBlockedNumber(String selection, String[] selectionArgs) { in deleteBlockedNumber()
245 public Cursor query(@NonNull Uri uri, @Nullable String[] projection, @Nullable String selection, in query()
253 public Cursor query(@NonNull Uri uri, @Nullable String[] projection, @Nullable String selection, in query()
280 private Cursor queryBlockedListWithId(long id, String[] projection, String selection, in queryBlockedListWithId()
291 private Cursor queryBlockedList(String[] projection, String selection, String[] selectionArgs, in queryBlockedList()
303 private void throwForNonEmptySelection(String selection) { in throwForNonEmptySelection()
399 String selection = selectionBuilder.toString(); in unblock() local
/aosp_15_r20/external/cronet/base/containers/
H A DREADME.md30 ### Usage advice
68 ### Map and set details
99 ### std::map and std::set
106 ### std::unordered\_map and std::unordered\_set
128 ### base::flat\_map and base::flat\_set
191 ### base::fixed\_flat\_map and base::fixed\_flat\_set
219 ### base::small\_map
/aosp_15_r20/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteQueryBuilder.java470 String selection, String[] selectionArgs, String groupBy, in query()
509 String selection, String[] selectionArgs, String groupBy, in query()
551 String selection, String[] selectionArgs, String groupBy, in query()
656 @Nullable String selection, @Nullable String[] selectionArgs) { in update()
731 public int delete(@NonNull SQLiteDatabase db, @Nullable String selection, in delete()
795 private void enforceStrictGrammar(@Nullable String selection, @Nullable String groupBy, in enforceStrictGrammar()
866 String[] projectionIn, String selection, String groupBy, in buildQuery()
884 String[] projectionIn, String selection, String[] selectionArgs, in buildQuery()
919 public String buildUpdate(ContentValues values, String selection) { in buildUpdate()
944 public String buildDelete(String selection) { in buildDelete()
[all …]
/aosp_15_r20/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
DMockContentProvider.java95 public Query withSelection(String selection, String... selectionArgs) { in withSelection()
136 public boolean equals(Uri uri, String[] projection, String selection, in equals()
329 public Delete withSelection(String selection, @Nullable String[] selectionArgs) { in withSelection()
368 private boolean equals(Uri uri, String selection, String[] selectionArgs) { in equals()
393 @Nullable String selection, in Update()
425 @Nullable String selection, in equals()
502 @Nullable String selection, in expectUpdate()
516 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query()
582 @Nullable String selection, in update()
606 @Nullable String selection, in updateToString()
[all …]
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/media/quality/
H A DMediaQualityService.java113 String selection = BaseParameters.PARAMETER_ID + " = ?"; in removePictureProfile() local
124 String selection = BaseParameters.PARAMETER_TYPE + " = ? AND " in getPictureProfile() local
131 getAllMediaProfileColumns(), selection, selectionArguments) in getPictureProfile() argument
151 String selection = BaseParameters.PARAMETER_PACKAGE + " = ?"; in getPictureProfilesByPackage() local
219 String selection = BaseParameters.PARAMETER_ID + " = ?"; in removeSoundProfile() local
230 String selection = BaseParameters.PARAMETER_TYPE + " = ? AND " in getSoundProfile() local
237 getAllMediaProfileColumns(), selection, selectionArguments) in getSoundProfile() argument
257 String selection = BaseParameters.PARAMETER_PACKAGE + " = ?"; in getSoundProfilesByPackage() local
417 private Cursor getCursorAfterQuerying(String table, String[] columns, String selection, in getCursorAfterQuerying()
425 String selection, String[] selectionArguments) { in getPictureProfilesBasedOnConditions()
[all …]
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/topics/
DTopicsDao.java176 String selection = TopicsTables.AppClassificationTopicsContract.EPOCH_ID + " = ?"; in retrieveAppClassificationTopics() local
183 selection, // The columns for the WHERE clause in retrieveAppClassificationTopics() argument
287 String selection = TopicsTables.AppClassificationTopicsContract.EPOCH_ID + " = ?"; in retrieveTopTopics() local
294 selection, // The columns for the WHERE clause in retrieveTopTopics() argument
428 String selection = TopicsTables.UsageHistoryContract.EPOCH_ID + " = ?"; in retrieveAppSdksUsageMap() local
436 selection, in retrieveAppSdksUsageMap() argument
478 String selection = TopicsTables.AppUsageHistoryContract.EPOCH_ID + " = ?"; in retrieveAppUsageMap() local
485 selection, in retrieveAppUsageMap() argument
626 String selection = in retrieveCallerCanLearnTopicsMap() local
641 selection, in retrieveCallerCanLearnTopicsMap() argument
[all …]
/aosp_15_r20/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/data/
DFederatedTrainingTaskDao.java83 private void deleteFederatedTrainingTask(String selection, String[] selectionArgs) { in deleteFederatedTrainingTask()
116 String selection, String[] selectionArgs) { in getFederatedTrainingTask()
127 String selection = FederatedTrainingTaskColumns.JOB_SCHEDULER_JOB_ID + " = ?"; in findAndRemoveTaskByJobId() local
149 String selection = FederatedTrainingTaskColumns.POPULATION_NAME + " = ?"; in findAndRemoveTaskByPopulationName() local
176 String selection = in findAndRemoveTaskByPopulationNameAndCallingPackage() local
209 String selection = in findAndRemoveTaskByPopulationNameAndOwnerId() local
246 String selection = in findAndRemoveTaskByPopulationAndJobId() local
345 String selection = in getTaskHistory() local
364 selection, in getTaskHistory() argument
/aosp_15_r20/external/libchrome/base/containers/
H A DREADME.md26 ### Usage advice
54 ### Map and set details
85 ### std::map and std::set
91 ### std::unordered\_map and std::unordered\_set
113 ### base::flat\_map and base::flat\_set
177 ### base::small\_map
/aosp_15_r20/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
H A DContactsContract_AllUriTest.java305 String[] projection, String selection, in checkQueryExecutable()
308 try (Cursor c = mResolver.query(uri, projection, selection, in checkQueryExecutable() argument
317 try (Cursor c = mResolver.query(uri, projection, selection, in checkQueryExecutable() argument
329 projection, selection, selectionArgs, sortOrder)) { in checkQueryExecutable() argument
344 projection, selection, selectionArgs, sortOrder)) { in checkQueryExecutable() argument
353 String[] projection, String selection, in checkQueryNotExecutable()
356 try (Cursor c = mResolver.query(uri, projection, selection, in checkQueryNotExecutable() argument
573 private void checkColumnNotAccessibleInner(Uri uri, String[] projection, String selection, in checkColumnNotAccessibleInner()
576 try (Cursor c = mResolver.query(uri, projection, selection, in checkColumnNotAccessibleInner() argument
/aosp_15_r20/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/query/
DDatabaseResultTask.java175 final String[] selection = buildSingleWordSelection(query, matchColumns.length); in firstWordQuery() local
191 final String[] selection = buildSingleWordSelection(query, matchColumns.length); in secondaryWordQuery() local
206 final String[] selection = buildAnyWordSelection(matchColumns.length * 2); in anyWordQuery() local
219 private Set<SearchResult> query(String whereClause, String[] selection, int baseRank) { in query()
224 selection, null, null, null)) { in query() argument
277 String[] selection = new String[size]; in buildSingleWordSelection() local
294 String[] selection = new String[size]; in buildAnyWordSelection() local
/aosp_15_r20/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsSmsProvider.java339 String selection, String[] selectionArgs, String sortOrder) { in query()
663 String selection = "address=?"; in getSingleAddressId() local
913 private Cursor getSimpleConversations(String[] projection, String selection, in getSimpleConversations()
935 private Cursor getDraftThread(String[] projection, String selection, in getDraftThread()
995 private Cursor getConversations(String[] projection, String selection, in getConversations()
1048 private Cursor getFirstLockedMessage(String[] projection, String selection, in getFirstLockedMessage()
1092 String selection, String sortOrder, String smsTable, String pduTable) { in getCompleteConversations()
1122 String threadIdString, String[] projection, String selection, in getConversationMessages()
1159 String phoneNumber, String[] projection, String selection, in getMessagesByPhoneNumber()
1209 String threadIdString, String[] projection, String selection, in getConversationById()
[all …]
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/files/
DActionHandler.java141 Selection<String> selection = getStableSelection(); in openSelectedInNewWindow() local
231 final MutableSelection<String> selection = this.getStableSelection(); in getSelectedOrFocused() local
245 Selection<String> selection = getSelectedOrFocused(); in cutToClipboard() local
266 Selection<String> selection = getSelectedOrFocused(); in copyToClipboard() local
281 Selection<String> selection = getSelectedOrFocused(); in viewInOwner() local
301 Selection selection = getSelectedOrFocused(); in showDeleteDialog() local
354 Selection<String> selection = getStableSelection(); in shareSelectedDocuments() local
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
H A DFillEventHistoryCommonTestCase.java332 final FillEventHistory selection = InstrumentedAutoFillService.getFillEventHistory(5); in testAuthenticationSelected() local
375 final FillEventHistory selection = InstrumentedAutoFillService.getFillEventHistory(2); in testDatasetSelected_twoResponses() local
414 final FillEventHistory selection = InstrumentedAutoFillService.getFillEventHistory(3); in testDatasetSelected_twoResponses() local
430 final FillEventHistory selection = InstrumentedAutoFillService.getFillEventHistory(4); in testDatasetSelected_twoResponses() local
469 final FillEventHistory selection = InstrumentedAutoFillService.getFillEventHistory(2); in testNoEvents_whenServiceReturnsNullResponse() local
513 final FillEventHistory selection = InstrumentedAutoFillService.getFillEventHistory(2); in testNoEvents_whenServiceReturnsFailure() local
555 final FillEventHistory selection = InstrumentedAutoFillService.getFillEventHistory(2); in testNoEvents_whenServiceTimesout() local

12345678910>>...78