Home
last modified time | relevance | path

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

12345678910>>...19

/packages/providers/TvProvider/tests/src/com/android/providers/tv/
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
/packages/providers/MediaProvider/tests/src/com/android/providers/media/scan/
DModernMediaScannerTest.java632 .query(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, null, null, null, null)) { in testScan_Common() argument
643 try (ParcelFileDescriptor pfd = mIsolatedResolver.openFile(uri, "wt", null)) { in testScan_Common() argument
653 .query(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, null, null, null, null)) { in testScan_Common() argument
793 new String[] {MediaColumns.OWNER_PACKAGE_NAME}, null, null, null)) { in testScanFileAndUpdateOwnerPackageName() argument
824 try (Cursor cursor = mIsolatedResolver.query(actualUri, null, null, null, null)) { in assertQueryCount() argument
840 .query(MediaStore.Audio.Media.EXTERNAL_CONTENT_URI, null, null, null, null)) { in testScan_audio_empty_title() argument
859 .query(MediaStore.Audio.Media.EXTERNAL_CONTENT_URI, null, null, null, null)) { in testScan_audio_recording() argument
878 .query(MediaStore.Audio.Media.EXTERNAL_CONTENT_URI, null, null, null, null)) { in testScan_148316354() argument
902 null, null, null, null)) { in testScan_audioMp4_notRescanIfUnchanged() argument
978 .query(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, null, null, null, null)) { in testScan_BitmapFile() argument
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
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
DNotificationPreferenceControllerTest.java401 mController.onResume(mock(NotificationBackend.AppRow.class), null, null, null, null, null, in testIsDefaultChannel_noChannel() local
402 null); in testIsDefaultChannel_noChannel() local
410 mController.onResume(mock(NotificationBackend.AppRow.class), channel, null, null, null, in testIsDefaultChannel_nonDefaultChannel() local
411 null, null); in testIsDefaultChannel_nonDefaultChannel() local
420 mController.onResume(mock(NotificationBackend.AppRow.class), channel, null, null, null, in testIsDefaultChannel() local
421 null, null); in testIsDefaultChannel() local
/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DDatabaseHelperTest.java282 try (Cursor c = db.query("files", null, null, null, null, null, null, null)) { in assertDowngrade() argument
380 try (Cursor c = db.query("files", null, FileColumns.DISPLAY_NAME + "='global.jpg'", in assertRecompute() argument
390 try (Cursor c = db.query("files", null, FileColumns.DISPLAY_NAME + "='app.jpg'", in assertRecompute() argument
400 try (Cursor c = db.query("files", null, FileColumns.DISPLAY_NAME + "='colors.txt'", in assertRecompute() argument
412 try (Cursor c = db.query("files", null, in assertRecompute() argument
421 try (Cursor c = db.query("files", null, in assertRecompute() argument
451 null, null, null, null, null, SQLITE_MASTER_ORDER_BY); in assertUpgrade() argument
495 try (Cursor cr = db.query("files", new String[]{FileColumns._MODIFIER}, null, null, in testUpgradeAndAddModifier() argument
526 try (Cursor cr = db.query("files", new String[]{FileColumns._USER_ID}, null, null, in testAddUserId() argument
557 try (Cursor cr = db.query("files", new String[]{FileColumns._SPECIAL_FORMAT}, null, in testAddSpecialFormat() argument
[all …]
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
DMediaProviderTest.java182 try (Cursor c = sIsolatedResolver.query(probe, null, null, null)) { in testSchema() argument
353 try (Cursor c = sIsolatedResolver.query(uri, projection, null, null)) { in testActionLongFileNameItemHasTrimmedFileName() argument
368 try (Cursor c = sIsolatedResolver.query(uri, projection, null, null)) { in testActionLongFileNameItemHasTrimmedFileName() argument
449 null, extras, null)) { in testCustomCollator() argument
566 null, null)) { in testBuildData_withUserId() argument
584 null, null)) { in testSpecialFormatDefaultValue() argument
1307 null, null)) { in testQueryAudioViewsNoItemWithColumn() argument
1331 try (Cursor c = sIsolatedResolver.query(audioUri, null, null, null, null)) { in testQueryAudioTableNoIsRecordingColumnInR() argument
1351 try (Cursor c = sIsolatedResolver.query(audioUri, projection, null, null, null)) { in testQueryIsRecordingInAudioTableExceptionInR() argument
1368 try (Cursor c = sIsolatedResolver.query(audioUri, null, null, null, null)) { in testQueryAudioTableHasIsRecordingColumnAfterR() argument
[all …]
DMediaDocumentsProviderTest.java175 try (Cursor c = resolver.query(roots, null, null, null)) { in testTraverse() argument
188 try (Cursor c = resolver.query(child, null, null, null)) { in doTraversal() argument
264 try (Cursor c = resolver.query(probe.build(), null, Bundle.EMPTY, null)) { in assertProbe() argument
298 try (Cursor c = resolver.query(probe.build(), null, Bundle.EMPTY, null)) { in assertOpenFile() argument
/packages/services/Telephony/tests/src/com/android/phone/
DSimPhonebookProviderTest.java125 try (Cursor cursor = mResolver.query(ElementaryFiles.CONTENT_URI, null, null, in query_entityFiles_returnsCursorWithCorrectProjection() argument
133 try (Cursor cursor = mResolver.query(ElementaryFiles.CONTENT_URI, new String[0], null, in query_entityFiles_returnsCursorWithCorrectProjection() argument
141 }, null, null)) { in query_entityFiles_returnsCursorWithCorrectProjection() argument
148 }, null, null)) { in query_entityFiles_returnsCursorWithCorrectProjection() argument
158 try (Cursor cursor = mResolver.query(ElementaryFiles.CONTENT_URI, projection, null, null)) { in query_entityFiles_returnsCursorWithCorrectProjection() argument
175 try (Cursor cursor = mResolver.query(ElementaryFiles.CONTENT_URI, null, null, null)) { in query_entityFiles_noSim_returnsEmptyCursor() argument
200 try (Cursor cursor = mResolver.query(ElementaryFiles.CONTENT_URI, projection, null, null)) { in query_entityFiles_multiSim_returnsCursorWithRowForEachSimEf() argument
219 try (Cursor cursor = mResolver.query(ElementaryFiles.CONTENT_URI, null, null, null)) { in query_entityFiles_simWithZeroSizes_returnsEmptyCursor() argument
246 ElementaryFiles.CONTENT_URI, projection, null, null)) { in query_entityFiles_adnRecordCountExceedsSize_returnsAdnRecordCountAsMaxRecords() argument
259 try (Cursor cursor = mResolver.query(ElementaryFiles.getItemUri(1, EF_ADN), null, null, in query_entityFilesItem_nullProjection_returnsCursorWithCorrectProjection() argument
[all …]
/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/
DSpecialFormatDetectorTest.java76 MediaStore.Files.FileColumns._SPECIAL_FORMAT}, null, null, null)) { in testDetect_gif() argument
102 MediaStore.Files.FileColumns._SPECIAL_FORMAT}, null, null, null)) { in testDetect_motionPhoto() argument
128 MediaStore.Files.FileColumns._SPECIAL_FORMAT}, null, null, null)) { in testDetect_animatedWebp() argument
154 MediaStore.Files.FileColumns._SPECIAL_FORMAT}, null, null, null)) { in testDetect_nonAnimatedWebp() argument
178 MediaStore.Files.FileColumns._SPECIAL_FORMAT}, null, null, null)) { in testDetect_notSpecialFormat() argument
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
/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/
DVolumeSliceHelperTest.java164 verify(mResolver).notifyChange(mMediaController.getSliceUri(), null); in onReceive_audioStreamRegistered_shouldNotifyChange() local
171 verify(mResolver, never()).notifyChange(mMediaController.getSliceUri(), null); in onReceive_audioStreamNotRegistered_shouldNotNotifyChange() local
181 verify(mResolver, never()).notifyChange(mMediaController.getSliceUri(), null); in onReceive_audioStreamNotMatched_shouldNotNotifyChange() local
192 verify(mResolver, never()).notifyChange(mMediaController.getSliceUri(), null); in onReceive_mediaVolumeNotChanged_shouldNotNotifyChange() local
204 verify(mResolver).notifyChange(mSeparateRingController.getSliceUri(), null); in onReceive_ringStreamVolumeMuted_shouldNotifySeparateRing() local
216 verify(mResolver).notifyChange(mRingController.getSliceUri(), null); in onReceive_ringStreamVolumeMuted_shouldNotifyRing() local
228 verify(mResolver).notifyChange(mSeparateRingController.getSliceUri(), null); in onReceive_ringStreamVolumeMuted_shouldNotifyBothRings() local
229 verify(mResolver).notifyChange(mRingController.getSliceUri(), null); in onReceive_ringStreamVolumeMuted_shouldNotifyBothRings() local
241 verify(mResolver).notifyChange(mMediaController.getSliceUri(), null); in onReceive_streamVolumeMuted_shouldNotifyChange() local
259 verify(mResolver).notifyChange(mNotificationController.getSliceUri(), null); in onReceive_ringVolumeMuted_shouldNotifyChangeNotificationSlice() local
[all …]
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
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
/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/
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
/packages/services/Mtp/src/com/android/mtp/
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
/packages/apps/Launcher3/src/com/android/launcher3/provider/
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
/packages/apps/TV/tests/robotests/src/com/android/tv/search/
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
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/datamanager/
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
/packages/apps/Settings/src/com/android/settings/display/
DCustomizableLockScreenUtils.java72 null, in isFeatureEnabled() argument
113 null, in getQuickAffordanceSummary() argument
/packages/apps/TV/partner_support/src/com/google/android/tv/partner/support/
DLineups.java33 EpgContract.Lineups.uriForPostalCode(postalCode), null, null, null, null)) { in query() argument
/packages/apps/TV/tests/common/src/com/android/tv/testing/data/
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
/packages/apps/Dialer/java/com/android/dialer/rtt/
DRttTranscriptUtil.java60 null, in checkRttTranscriptAvailability() argument
91 null, in getRttTranscript() argument
/packages/providers/TvProvider/src/com/android/providers/tv/
DBootCompletedReceiver.java96 true /* distinct */, tableName, PROJECTION, null, null, null, null, null, null)) { in deleteRowsOfUninstalledPackagesInternal() argument
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppReceiver.java113 uri, values, null, null); in onReceive() local
126 uri, values, null, null); in onReceive() local
203 context.getContentResolver(), intent.getData(), values, null, in onReceive() local
204 null); in onReceive() local
220 BluetoothOppNotification.WHERE_COMPLETED, null); in onReceive() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DContextMapTest.java104 contextMap.add(UUID.randomUUID(), null, null, null, mService); in getByMethods() local
183 contextMap.add(UUID.randomUUID(), null, null, null, mService); in testDump_doesNotCrash() local

12345678910>>...19