/packages/providers/TvProvider/tests/src/com/android/providers/tv/ |
D | DatabaseHelperTest.java | 79 TvContract.Channels.CONTENT_URI, null, null, null, null)) { in testUpgradeDatabase() argument 83 TvContract.Programs.CONTENT_URI, null, null, null, null)) { in testUpgradeDatabase() argument 87 TvContract.WatchedPrograms.CONTENT_URI, null, null, null, null)) { in testUpgradeDatabase() argument 91 TvContract.RecordedPrograms.CONTENT_URI, null, null, null, null)) { in testUpgradeDatabase() argument 95 TvContract.PreviewPrograms.CONTENT_URI, null, null, null, null)) { in testUpgradeDatabase() argument 99 TvContract.WatchNextPrograms.CONTENT_URI, null, null, null, null)) { in testUpgradeDatabase() argument
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/ |
D | AddToHomeScreenPreferenceControllerTest.java | 82 mNc, null, null, si, null, null); in testIsAvailable() local 90 mNc, null, null, si, null, in testIsAvailable_filteredIn() local 100 mNc, null, null, si, null, new ArrayList<>()); in testIsAvailable_filteredOut() local 107 mController.onResume(mock(NotificationBackend.AppRow.class), null, null, null, si, null, in testHandlePreferenceTreeClick() local 108 null); in testHandlePreferenceTreeClick() local
|
D | NotificationPreferenceControllerTest.java | 355 mController.onResume(mock(NotificationBackend.AppRow.class), null, null, null, null, null, in testIsDefaultChannel_noChannel() local 356 null); in testIsDefaultChannel_noChannel() local 364 mController.onResume(mock(NotificationBackend.AppRow.class), channel, null, null, null, in testIsDefaultChannel_nonDefaultChannel() local 365 null, null); in testIsDefaultChannel_nonDefaultChannel() local 374 mController.onResume(mock(NotificationBackend.AppRow.class), channel, null, null, null, in testIsDefaultChannel() local 375 null, null); in testIsDefaultChannel() local
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/scan/ |
D | ModernMediaScannerTest.java | 590 .query(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, null, null, null, null)) { in testScan_Common() argument 601 try (ParcelFileDescriptor pfd = mIsolatedResolver.openFile(uri, "wt", null)) { in testScan_Common() argument 611 .query(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, null, null, null, null)) { in testScan_Common() argument 750 new String[] {MediaColumns.OWNER_PACKAGE_NAME}, null, null, null)) { in testScanFileAndUpdateOwnerPackageName() argument 781 try (Cursor cursor = mIsolatedResolver.query(actualUri, null, null, null, null)) { in assertQueryCount() argument 797 .query(MediaStore.Audio.Media.EXTERNAL_CONTENT_URI, null, null, null, null)) { in testScan_audio_empty_title() argument 816 .query(MediaStore.Audio.Media.EXTERNAL_CONTENT_URI, null, null, null, null)) { in testScan_audio_recording() argument 835 .query(MediaStore.Audio.Media.EXTERNAL_CONTENT_URI, null, null, null, null)) { in testScan_148316354() argument 859 null, null, null, null)) { in testScan_audioMp4_notRescanIfUnchanged() argument 935 .query(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, null, null, null, null)) { in testScan_BitmapFile() argument [all …]
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/ |
D | ResolvePlaylistTest.java | 118 + MediaStore.Files.FileColumns.MEDIA_TYPE_PLAYLIST, null, null)) { in doPlaylist() argument 127 }, null, null, MediaStore.Audio.Playlists.Members.PLAY_ORDER + " ASC")) { in doPlaylist() argument 148 }, null, null, MediaStore.Audio.Playlists.Members.PLAY_ORDER + " ASC")) { in doPlaylist() argument 168 }, null, null, MediaStore.Audio.Playlists.Members.PLAY_ORDER + " ASC")) { in doPlaylist() argument 197 + MediaStore.Files.FileColumns.MEDIA_TYPE_PLAYLIST, null, null)) { in testBrokenPlaylistM3u() argument 206 }, null, null, null)) { in testBrokenPlaylistM3u() argument 227 new String[] { MediaStore.Files.FileColumns._ID }, null, null)) { in testPlaylistDeletion() argument 240 try (Cursor cursor = mIsolatedResolver.query(membersUri, null, null, null)) { in testPlaylistDeletion() argument 261 new String[] { MediaStore.Files.FileColumns._ID }, null, null)) { in testPlaylistMembersDeletion() argument 274 try (Cursor cursor = mIsolatedResolver.query(membersUri, null, null, null)) { in testPlaylistMembersDeletion() argument
|
D | DatabaseHelperTest.java | 277 try (Cursor c = db.query("files", null, null, null, null, null, null, null)) { in assertDowngrade() argument 286 try (Cursor c = db.query("files", null, null, null, null, null, null, null)) { in assertDowngrade() argument 372 try (Cursor c = db.query("files", null, FileColumns.DISPLAY_NAME + "='global.jpg'", in assertRecompute() argument 382 try (Cursor c = db.query("files", null, FileColumns.DISPLAY_NAME + "='app.jpg'", in assertRecompute() argument 392 try (Cursor c = db.query("files", null, FileColumns.DISPLAY_NAME + "='colors.txt'", in assertRecompute() argument 404 try (Cursor c = db.query("files", null, in assertRecompute() argument 413 try (Cursor c = db.query("files", null, in assertRecompute() argument 443 null, null, null, null, null, SQLITE_MASTER_ORDER_BY); in assertUpgrade() argument 487 try (Cursor cr = db.query("files", new String[]{FileColumns._MODIFIER}, null, null, in testUpgradeAndAddModifier() argument 518 try (Cursor cr = db.query("files", new String[]{FileColumns._USER_ID}, null, null, in testAddUserId() argument [all …]
|
D | MediaDocumentsProviderTest.java | 147 try (Cursor c = resolver.query(roots, null, null, null)) { in testTraverse() argument 160 try (Cursor c = resolver.query(child, null, null, null)) { in doTraversal() argument 236 try (Cursor c = resolver.query(probe.build(), null, Bundle.EMPTY, null)) { in assertProbe() argument
|
/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/model/ |
D | DbDowngradeHelperTest.java | 125 null, null, null, null, null, null)) { in testDowngrade_success_v22() argument 140 null, null, null, null, null, null)) { in testDowngrade_success_v22() argument
|
/packages/services/Telephony/tests/src/com/android/phone/ |
D | SimPhonebookProviderTest.java | 123 try (Cursor cursor = mResolver.query(ElementaryFiles.CONTENT_URI, null, null, in query_entityFiles_returnsCursorWithCorrectProjection() argument 131 try (Cursor cursor = mResolver.query(ElementaryFiles.CONTENT_URI, new String[0], null, in query_entityFiles_returnsCursorWithCorrectProjection() argument 139 }, null, null)) { in query_entityFiles_returnsCursorWithCorrectProjection() argument 146 }, null, null)) { in query_entityFiles_returnsCursorWithCorrectProjection() argument 156 try (Cursor cursor = mResolver.query(ElementaryFiles.CONTENT_URI, projection, null, null)) { in query_entityFiles_returnsCursorWithCorrectProjection() argument 173 try (Cursor cursor = mResolver.query(ElementaryFiles.CONTENT_URI, null, null, null)) { in query_entityFiles_noSim_returnsEmptyCursor() argument 198 try (Cursor cursor = mResolver.query(ElementaryFiles.CONTENT_URI, projection, null, null)) { in query_entityFiles_multiSim_returnsCursorWithRowForEachSimEf() argument 217 try (Cursor cursor = mResolver.query(ElementaryFiles.CONTENT_URI, null, null, null)) { in query_entityFiles_simWithZeroSizes_returnsEmptyCursor() argument 228 try (Cursor cursor = mResolver.query(ElementaryFiles.getItemUri(1, EF_ADN), null, null, in query_entityFilesItem_nullProjection_returnsCursorWithCorrectProjection() argument 243 try (Cursor cursor = mResolver.query(contentAdn, null, null, null)) { in query_adnRecords_returnsCursorWithMatchingProjection() argument [all …]
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/ |
D | SQLiteQueryBuilderTest.java | 506 try (Cursor c = qb.query(mDatabase, null, null, null, null, null, null, null, null)) { in testStrictQuery() argument 512 try (Cursor c = qb.query(mDatabase, null, "1=1", null, null, null, null, null, null)) { in testStrictQuery() argument 516 try (Cursor c = qb.query(mDatabase, null, "1=1 --", null, null, null, null, null, null)) { in testStrictQuery() argument 520 … try (Cursor c = qb.query(mDatabase, null, "1=1) OR (1=1", null, null, null, null, null, null)) { in testStrictQuery() argument 524 … try (Cursor c = qb.query(mDatabase, null, "1=1)) OR ((1=1", null, null, null, null, null, null)) { in testStrictQuery() argument 895 groupBy, having, sortOrder, limit, null)) { in assertStrictQueryValid() argument 902 groupBy, having, sortOrder, limit, null)) { in assertStrictQueryInvalid() argument
|
/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/ |
D | IpMemoryStoreDatabase.java | 348 null, // groupBy in getExpiry() argument 407 null, // columns, null means everything in retrieveNetworkAttributes() argument 434 null, // groupBy in retrieveBlob() argument 459 null, // selection in wipeDataUponNetworkReset() argument 472 null, // selection in wipeDataUponNetworkReset() argument 576 null, // columns, null means everything in findClosestAttributes() argument 697 null, // selection in dropNumberOfRecords() argument 738 null, // selection in getTotalRecordNumber() argument
|
/packages/apps/TV/partner_support/src/com/google/android/tv/partner/support/ |
D | Lineups.java | 33 EpgContract.Lineups.uriForPostalCode(postalCode), null, null, null, null)) { in query() argument
|
D | EpgInputs.java | 51 contentResolver.query(EpgContract.EpgInputs.CONTENT_URI, null, null, null, null)) { in queryEpgInputs() argument
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/ |
D | VolumeSliceHelperTest.java | 158 verify(mResolver).notifyChange(mMediaController.getSliceUri(), null); in onReceive_audioStreamRegistered_shouldNotifyChange() local 165 verify(mResolver, never()).notifyChange(mMediaController.getSliceUri(), null); in onReceive_audioStreamNotRegistered_shouldNotNotifyChange() local 175 verify(mResolver, never()).notifyChange(mMediaController.getSliceUri(), null); in onReceive_audioStreamNotMatched_shouldNotNotifyChange() local 186 verify(mResolver, never()).notifyChange(mMediaController.getSliceUri(), null); in onReceive_mediaVolumeNotChanged_shouldNotNotifyChange() local 198 verify(mResolver).notifyChange(mMediaController.getSliceUri(), null); in onReceive_streamVolumeMuted_shouldNotifyChange() local 210 verify(mResolver).notifyChange(mRingController.getSliceUri(), null); in onReceive_streamDevicesChanged_shouldNotifyChange() local 221 verify(mResolver).notifyChange(mMediaController.getSliceUri(), null); in onReceive_primaryMutedChanged_shouldNotifyChangeAll() local 222 verify(mResolver).notifyChange(mRingController.getSliceUri(), null); in onReceive_primaryMutedChanged_shouldNotifyChangeAll() local
|
/packages/services/Mtp/src/com/android/mtp/ |
D | MtpDatabase.java | 163 null, in queryRoots() argument 274 null, in getStorageDocumentIds() argument 358 null, in getDeviceDocumentId() argument 496 null, in disconnectDocumentsRecursively() argument 568 null, in getRowState() argument 585 null, in writeRowSnapshot() argument 642 null, in getUnmappedDocumentsParent() argument 678 null, in cleanDatabase() argument 697 TABLE_LAST_BOOT_COUNT, strings(COLUMN_VALUE), null, null, null, null, null)) { in getLastBootCount() argument
|
/packages/apps/TV/tests/robotests/src/com/android/tv/search/ |
D | LocalSearchProviderTest.java | 158 try (Cursor c = mContentResolver.query(mWrongSearchUri, null, null, null, null)) { in testQuery_invalidUri() argument 191 try (Cursor c = mContentResolver.query(uri, null, null, null, null)) { in verifyQueryWithArguments() argument
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/datausage/ |
D | UsageBytesThresholdPickerDialogTest.java | 60 dialog.show(mFragment.getFragmentManager(), /* tag= */ null); in dialogInit_validValue_showsCurrentValue() local 68 dialog.show(mFragment.getFragmentManager(), /* tag= */ null); in dialogInit_lowInvalidValue_showsLowestPossibleValue() local 78 dialog.show(mFragment.getFragmentManager(), /* tag= */ null); in positiveButtonClick_noChangeInValue_dialogListenerNotCalled() local 92 dialog.show(mFragment.getFragmentManager(), /* tag= */ null); in positiveButtonClick_changeInValue_dialogListenerCalled() local 108 dialog.show(mFragment.getFragmentManager(), /* tag= */ null); in getCurrentThreshold_aboveLimit_returnLimit() local
|
D | UsageCycleResetDayOfMonthPickerDialogTest.java | 57 dialog.show(mFragment.getFragmentManager(), /* tag= */ null); in dialogInit_validValue_showsCurrentValue() local 65 dialog.show(mFragment.getFragmentManager(), /* tag= */ null); in dialogInit_lowInvalidValue_showsLowestPossibleValue() local 73 dialog.show(mFragment.getFragmentManager(), /* tag= */ null); in dialogInit_highInvalidValue_showsHighestPossibleValue() local 83 dialog.show(mFragment.getFragmentManager(), /* tag= */ null); in dialogListenerCalled() local
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/data/ |
D | ChannelUtils.java | 57 context.getContentResolver().query(uri, projections, null, null, null)) { in queryChannelInfoMapForTvInput() argument 74 try (Cursor cursor = resolver.query(channelsUri, projection, null, null, null)) { in updateChannels() argument 138 resolver.delete(TvContract.buildChannelUri(rowId), null, null); in updateChannels() local
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/datamanager/ |
D | ChannelDataManager.java | 218 null, in getChannel() argument 267 .query(mChannelsUri, CHANNEL_DATA_SELECTION_ARGS, null, null, null)) { in notifyScanStarted() argument 503 null)); in handleEvents() local 621 .update(TvContract.buildChannelUri(channelId), values, null, null); in handleChannel() local 656 null)) { in checkVersion() argument 670 null, in checkVersion() argument 694 .query(mChannelsUri, CHANNEL_DATA_SELECTION_ARGS, null, null, null)) { in getChannelId() argument 723 .query(programsUri, ALL_PROGRAMS_SELECTION_ARGS, null, null, null)) { in getAllProgramsForChannel() argument 764 .query(mChannelsUri, CHANNEL_DATA_SELECTION_ARGS, null, null, null)) { in buildChannelMap() argument
|
/packages/providers/TvProvider/src/com/android/providers/tv/ |
D | BootCompletedReceiver.java | 96 true /* distinct */, tableName, PROJECTION, null, null, null, null, null, null)) { in deleteRowsOfUninstalledPackagesInternal() argument
|
/packages/apps/Dialer/java/com/android/dialer/rtt/ |
D | RttTranscriptUtil.java | 60 null, in checkRttTranscriptAvailability() argument 91 null, in getRttTranscript() argument
|
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/savedqueries/ |
D | SavedQueryLoader.java | 58 null /* selection */, in loadInBackground() argument
|
/packages/apps/Launcher3/src/com/android/launcher3/provider/ |
D | LauncherDbUtils.java | 56 Favorites.CONTAINER_DESKTOP), null)) { in prepareScreenZeroToHostQsb() argument 100 try (Cursor c = db.query(tableName, new String[] { columnName }, selection, null, in queryIntArray() argument 112 null, null, null, null, null)) { in tableExists() argument
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | PackageReceiver.java | 43 null, in onReceive() local 44 null); in onReceive() local 50 packageName, null); in onReceive() local
|