Home
last modified time | relevance | path

Searched defs:null (Results 1 – 25 of 679) sorted by relevance

12345678910>>...28

/aosp12/packages/providers/TvProvider/tests/src/com/android/providers/tv/
H A DDatabaseHelperTest.java79 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
/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/scan/
H A DModernMediaScannerTest.java590 .query(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, null, null, null, null)) { in testScan_Common() argument
611 .query(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, null, null, null, null)) { in testScan_Common() 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
1126 null, null, null)) { in testScan_deleteStaleRow() argument
1136 null, null, null)) { in testScan_deleteStaleRow() argument
[all …]
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
H A DAddToHomeScreenPreferenceControllerTest.java82 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
H A DNotificationPreferenceControllerTest.java355 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
/aosp12/frameworks/base/core/tests/benchmarks/src/android/os/
H A DFileUtilsBenchmark.java57 copyInternalUserspace(in.getFD(), out.getFD(), Long.MAX_VALUE, null, null, null); in timeRegularUserspace() local
66 copyInternalSendfile(in.getFD(), out.getFD(), Long.MAX_VALUE, null, null, null); in timeRegularSendfile() local
75 copyInternalUserspace(in.getFD(), out.getFD(), Long.MAX_VALUE, null, null, null); in timePipeSourceUserspace() local
84 copyInternalSplice(in.getFD(), out.getFD(), Long.MAX_VALUE, null, null, null); in timePipeSourceSplice() local
93 copyInternalUserspace(in.getFD(), out.getFD(), Long.MAX_VALUE, null, null, null); in timePipeSinkUserspace() local
102 copyInternalSplice(in.getFD(), out.getFD(), Long.MAX_VALUE, null, null, null); in timePipeSinkSplice() local
/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/
H A DDatabaseHelperTest.java277 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 …]
H A DResolvePlaylistTest.java118 + 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
H A DMediaDocumentsProviderTest.java147 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
/aosp12/packages/services/Telephony/tests/src/com/android/phone/
H A DSimPhonebookProviderTest.java140 }, null, null)) { in query_entityFiles_returnsCursorWithCorrectProjection() argument
147 }, null, null)) { in query_entityFiles_returnsCursorWithCorrectProjection() argument
339 try (Cursor adnCursor = mResolver.query(SimRecords.getContentUri(1, EF_ADN), null, null, in query_simRecords_nullRecordList_returnsEmptyCursor() argument
369 projection, null, null); in query_simRecords_singleSim_returnsDataForCorrectEf() argument
410 projection, null, null); in query_adnRecords_returnsAdnData() argument
450 projection, null, null); in query_fdnRecords_returnsFdnData() argument
487 projection, null, null); in query_sdnRecords_returnsSdnData() argument
580 projection, null, null); in query_itemUri_returnsCorrectRow() argument
609 null, null, null) in query_itemUriNullProjection_returnsCursorWithAllColumns() argument
625 null, null, null); in query_itemUriEmptyRecord_returnsEmptyCursor() argument
[all …]
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
H A DDbDowngradeHelperTest.java131 null, null, null, null, null, null)) { in testDowngrade_success_v22() argument
146 null, null, null, null, null, null)) { in testDowngrade_success_v22() argument
/aosp12/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/
H A DSQLiteQueryBuilderTest.java506 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
/aosp12/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/
H A DIpMemoryStoreDatabase.java348 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
/aosp12/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DBroadcastTest.java393 null, finish, null, Activity.RESULT_CANCELED, null, null); in testRegisteredReceivePermissionDenied() local
420 PERMISSION_DENIED, finish, null, Activity.RESULT_CANCELED, in testRegisteredBroadcastPermissionDenied() local
421 null, null); in testRegisteredBroadcastPermissionDenied() local
442 null, finish, null, Activity.RESULT_CANCELED, in testLocalReceivePermissionDenied() local
443 null, null); in testLocalReceivePermissionDenied() local
466 PERMISSION_DENIED, finish, null, Activity.RESULT_CANCELED, in testLocalBroadcastPermissionDenied() local
467 null, null); in testLocalBroadcastPermissionDenied() local
488 null, finish, null, Activity.RESULT_CANCELED, in testRemoteReceivePermissionDenied() local
489 null, null); in testRemoteReceivePermissionDenied() local
512 PERMISSION_DENIED, finish, null, Activity.RESULT_CANCELED, in testRemoteBroadcastPermissionDenied() local
[all …]
/aosp12/packages/services/Mtp/src/com/android/mtp/
H A DMtpDatabase.java163 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
/aosp12/packages/apps/Dialer/java/com/android/dialer/rtt/
H A DRttTranscriptUtil.java60 null, in checkRttTranscriptAvailability() argument
91 null, in getRttTranscript() argument
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/
H A DVolumeSliceHelperTest.java158 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
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/provider/
H A DLauncherDbUtils.java37 try (Cursor c = db.query(distinct, tableName, new String[] { columnName }, selection, null, in queryIntArray() argument
49 null, null, null, null, null)) { in tableExists() argument
/aosp12/packages/apps/TV/partner_support/src/com/google/android/tv/partner/support/
H A DLineups.java33 EpgContract.Lineups.uriForPostalCode(postalCode), null, null, null, null)) { in query() argument
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/search/
H A DLocalSearchProviderTest.java158 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
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DMccTableTest.java89 LocaleUtils.getLocaleFromMcc(getContext(), 302, null)); in testLocale() local
91 LocaleUtils.getLocaleFromMcc(getContext(), 234, null)); in testLocale() local
95 LocaleUtils.getLocaleFromMcc(getContext(), 454, null)); in testLocale() local
99 LocaleUtils.getLocaleFromMcc(getContext(), 466, null)); in testLocale() local
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/datamanager/
H A DChannelDataManager.java218 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
/aosp12/packages/apps/TV/tests/common/src/com/android/tv/testing/data/
H A DChannelUtils.java57 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
/aosp12/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/storage/
H A DTertiaryKeysTable.java78 /*groupBy=*/ null, in getKey() argument
115 /*groupBy=*/ null, in getAllKeys() argument
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/
H A DPipTaskOrganizerTest.java152 createPipParams(aspectRatio)), null /* leash */); in onTaskAppeared_updatesAspectRatio() local
160 null /* leash */); in onTaskAppeared_updatesLastPipComponentName() local
171 null /* leash */); in onTaskAppeared_updatesOverrideMinSize() local
181 createPipParams(startAspectRatio)), null /* leash */); in onTaskInfoChanged_notInPip_deferUpdatesAspectRatio() local
198 createPipParams(startAspectRatio)), null /* leash */); in onTaskInfoChanged_inPip_updatesAspectRatioIfChanged() local
210 createPipParams(null)), null /* leash */); in onTaskInfoChanged_inPip_updatesLastPipComponentName() local
222 createPipParams(null)), null /* leash */); in onTaskInfoChanged_inPip_updatesOverrideMinSize() local
235 createPipParams(null)), null /* leash */); in onTaskVanished_clearsPipBounds() local
/aosp12/packages/providers/TvProvider/src/com/android/providers/tv/
H A DBootCompletedReceiver.java96 true /* distinct */, tableName, PROJECTION, null, null, null, null, null, null)) { in deleteRowsOfUninstalledPackagesInternal() argument

12345678910>>...28