Home
last modified time | relevance | path

Searched refs:isNull (Results 1 – 25 of 699) sorted by relevance

12345678910>>...28

/aosp12/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DContentCaptureEventTest.java63 assertThat(event.getId()).isNull(); in testSetAutofillId_null()
64 assertThat(event.getIds()).isNull(); in testSetAutofillId_null()
72 assertThat(event.getId()).isNull(); in testSetAutofillIds_null()
73 assertThat(event.getIds()).isNull(); in testSetAutofillIds_null()
81 assertThat(event.getId()).isNull(); in testAddAutofillId_null()
82 assertThat(event.getIds()).isNull(); in testAddAutofillId_null()
103 assertThat(event.getId()).isNull(); in testSetAutofillIds()
113 assertThat(event.getId()).isNull(); in testAddAutofillId()
118 assertThat(event.getId()).isNull(); in testAddAutofillId()
133 assertThat(event.getId()).isNull(); in testAddAutofillId_afterSetId()
[all …]
H A DViewNodeTest.java60 assertThat(structure.newChild(0)).isNull(); in testUnsupportedProperties()
63 assertThat(structure.asyncNewChild(0)).isNull(); in testUnsupportedProperties()
70 assertThat(node.getWebDomain()).isNull(); in testUnsupportedProperties()
72 assertThat(structure.newHtmlInfoBuilder("WHATEVER")).isNull(); in testUnsupportedProperties()
75 assertThat(node.getHtmlInfo()).isNull(); in testUnsupportedProperties()
79 assertThat(structure.getTempRect()).isNull(); in testUnsupportedProperties()
87 assertThat(node.getTransformation()).isNull(); in testUnsupportedProperties()
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DArrayUtilsTest.java43 assertEquals(0, ArrayUtils.unstableRemoveIf(collection, isNull)); in testUnstableRemoveIf()
46 assertEquals(0, ArrayUtils.unstableRemoveIf(collection, isNull)); in testUnstableRemoveIf()
49 assertEquals(0, ArrayUtils.unstableRemoveIf(collection, isNull)); in testUnstableRemoveIf()
54 assertEquals(1, ArrayUtils.unstableRemoveIf(collection, isNull)); in testUnstableRemoveIf()
58 assertEquals(0, ArrayUtils.unstableRemoveIf(collection, isNull)); in testUnstableRemoveIf()
64 assertEquals(1, ArrayUtils.unstableRemoveIf(collection, isNull)); in testUnstableRemoveIf()
69 assertEquals(1, ArrayUtils.unstableRemoveIf(collection, isNull)); in testUnstableRemoveIf()
74 assertEquals(2, ArrayUtils.unstableRemoveIf(collection, isNull)); in testUnstableRemoveIf()
78 assertEquals(0, ArrayUtils.unstableRemoveIf(collection, isNull)); in testUnstableRemoveIf()
85 assertEquals(1, ArrayUtils.unstableRemoveIf(collection, isNull)); in testUnstableRemoveIf()
[all …]
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/audio/
H A DAudioManagerHelperTest.java60 assertThat(mTvView.mPaused).isNull(); in onAudioFocusChange_none_noTimeShift()
71 assertThat(mTvView.mVolume).isNull(); in onAudioFocusChange_none_TimeShift()
80 assertThat(mTvView.mPaused).isNull(); in onAudioFocusChange_gain_noTimeShift()
91 assertThat(mTvView.mVolume).isNull(); in onAudioFocusChange_gain_timeShift()
100 assertThat(mTvView.mPaused).isNull(); in onAudioFocusChange_loss_noTimeShift()
111 assertThat(mTvView.mVolume).isNull(); in onAudioFocusChange_loss_timeShift()
120 assertThat(mTvView.mPaused).isNull(); in onAudioFocusChange_lossTransient_noTimeShift()
131 assertThat(mTvView.mVolume).isNull(); in onAudioFocusChange_lossTransient_timeShift()
140 assertThat(mTvView.mPaused).isNull(); in onAudioFocusChange_lossTransientCanDuck_noTimeShift()
151 assertThat(mTvView.mVolume).isNull(); in onAudioFocusChange_lossTransientCanDuck_timeShift()
[all …]
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/audio_util/
H A DImageTest.java198 assertThat(artwork.getImageHandle()).isNull(); in testCreateImageFromMediaMetadataWithArt()
212 assertThat(artwork.getImageHandle()).isNull(); in testCreateImageFromMediaMetadataWithAlbumArt()
226 assertThat(artwork.getImageHandle()).isNull(); in testCreateImageFromMediaMetadataWithDisplayIcon()
240 assertThat(artwork.getImageHandle()).isNull(); in testCreateImageFromMediaMetadataWithArtUri()
254 assertThat(artwork.getImageHandle()).isNull(); in testCreateImageFromMediaMetadataWithAlbumArtUri()
269 assertThat(artwork.getImageHandle()).isNull(); in testCreateImageFromMediaMetadataWithDisplayIconUri()
279 assertThat(artwork.getImage()).isNull(); in testCreateImageFromMediaMetadataWithoutArtwork()
281 assertThat(artwork.getImageHandle()).isNull(); in testCreateImageFromMediaMetadataWithoutArtwork()
318 assertThat(artwork.getImage()).isNull(); in testCreateImageFromMediaDescriptionWithoutArtwork()
407 assertThat(artwork.getImage()).isNull(); in testCreateImageFromBundleWithoutArtwork()
[all …]
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DActionProxyReceiverTest.java29 import static org.mockito.ArgumentMatchers.isNull;
89 eq(mContext), anyInt(), isNull(), isNull(), isNull(), isNull(), any(Bundle.class)); in testPendingIntentSentWithoutStatusBar()
100 any(Runnable.class), isNull(), anyBoolean(), anyBoolean(), anyBoolean()); in testPendingIntentSentWithStatusBar()
106 any(Runnable.class), isNull(), eq(true), eq(true), eq(true)); in testPendingIntentSentWithStatusBar()
108 eq(mContext), anyInt(), isNull(), isNull(), isNull(), isNull(), any(Bundle.class)); in testPendingIntentSentWithStatusBar()
H A DSmartActionsReceiverTest.java24 import static org.mockito.ArgumentMatchers.isNull;
75 eq(mContext), eq(0), isNull(), isNull(), isNull(), isNull(), any(Bundle.class)); in testSmartActionIntent()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
H A DPolicyReaderUnitTest.java210 assertThat(mPolicyReader.getPowerPolicy(POLICY_ID_OTHER_ON)).isNull(); in assertNoPolicyPart()
216 VehicleApPowerStateReport.WAIT_FOR_VHAL)).isNull(); in assertValidPolicyGroupPart()
222 VehicleApPowerStateReport.DEEP_SLEEP_ENTRY)).isNull(); in assertValidPolicyGroupPart()
224 VehicleApPowerStateReport.SHUTDOWN_START)).isNull(); in assertValidPolicyGroupPart()
226 VehicleApPowerStateReport.WAIT_FOR_VHAL)).isNull(); in assertValidPolicyGroupPart()
228 VehicleApPowerStateReport.ON)).isNull(); in assertValidPolicyGroupPart()
230 VehicleApPowerStateReport.DEEP_SLEEP_ENTRY)).isNull(); in assertValidPolicyGroupPart()
232 VehicleApPowerStateReport.SHUTDOWN_START)).isNull(); in assertValidPolicyGroupPart()
237 VehicleApPowerStateReport.WAIT_FOR_VHAL)).isNull(); in assertNoPolicyGroupPart()
239 VehicleApPowerStateReport.WAIT_FOR_VHAL)).isNull(); in assertNoPolicyGroupPart()
[all …]
/aosp12/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
H A DCarPropertyConfigTest.java57 assertThat(config.getMinValue(WINDOW_DRIVER)).isNull(); in createFloatPropertyConfig()
58 assertThat(config.getMaxValue(WINDOW_DRIVER)).isNull(); in createFloatPropertyConfig()
79 assertThat(configRead.getMinValue(WINDOW_DRIVER)).isNull(); in testWriteReadFloat()
80 assertThat(configRead.getMaxValue(WINDOW_DRIVER)).isNull(); in testWriteReadFloat()
103 assertThat(configRead.getMinValue(WINDOW_DRIVER)).isNull(); in testWriteReadIntegerValue()
104 assertThat(configRead.getMaxValue(WINDOW_DRIVER)).isNull(); in testWriteReadIntegerValue()
127 assertThat(configRead.getMinValue(WINDOW_DRIVER)).isNull(); in testWriteReadLongValue()
128 assertThat(configRead.getMaxValue(WINDOW_DRIVER)).isNull(); in testWriteReadLongValue()
152 assertThat(configRead.getMinValue(WINDOW_PASSENGER)).isNull(); in testWriteReadIntegerArray()
154 assertThat(configRead.getMinValue(WINDOW_DRIVER)).isNull(); in testWriteReadIntegerArray()
[all …]
/aosp12/system/chre/util/tests/
H A Dunique_ptr_test.cc33 ASSERT_FALSE(myInt.isNull()); in TEST()
47 ASSERT_FALSE(myArray.isNull()); in TEST()
57 ASSERT_FALSE(myInt.isNull()); in TEST()
70 ASSERT_FALSE(myInt.isNull()); in TEST()
74 ASSERT_FALSE(myMovedInt.isNull()); in TEST()
77 ASSERT_FALSE(myMovedInt.isNull()); in TEST()
78 ASSERT_TRUE(myInt.isNull()); in TEST()
91 ASSERT_FALSE(myInt.isNull()); in TEST()
98 EXPECT_TRUE(myInt.isNull()); in TEST()
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DKernelCpuThreadReaderDiffTest.java68 assertThat(kernelCpuThreadReaderDiff.getProcessCpuUsageDiffed()).isNull(); in test_empty()
79 assertThat(kernelCpuThreadReaderDiff.getProcessCpuUsageDiffed()).isNull(); in test_simple()
94 assertThat(kernelCpuThreadReaderDiff.getProcessCpuUsageDiffed()).isNull(); in test_failure()
100 assertThat(kernelCpuThreadReaderDiff.getProcessCpuUsageDiffed()).isNull(); in test_failure()
116 assertThat(kernelCpuThreadReaderDiff.getProcessCpuUsageDiffed()).isNull(); in test_twoFailures()
125 assertThat(kernelCpuThreadReaderDiff.getProcessCpuUsageDiffed()).isNull(); in test_twoFailures()
137 assertThat(kernelCpuThreadReaderDiff.getProcessCpuUsageDiffed()).isNull(); in test_negativeDiff()
151 assertThat(kernelCpuThreadReaderDiff.getProcessCpuUsageDiffed()).isNull(); in test_threshold()
177 assertThat(kernelCpuThreadReaderDiff.getProcessCpuUsageDiffed()).isNull(); in test_newThread()
199 assertThat(kernelCpuThreadReaderDiff.getProcessCpuUsageDiffed()).isNull(); in test_stoppedThread()
[all …]
H A DUserPowerCalculatorTest.java58 assertThat(mStatsRule.getUserBatteryConsumer(USER1)).isNull(); in testAllUsers()
65 assertThat(mStatsRule.getUserBatteryConsumer(USER2)).isNull(); in testAllUsers()
82 assertThat(mStatsRule.getUserBatteryConsumer(USER1)).isNull(); in testSpecificUser()
88 assertThat(mStatsRule.getUidBatteryConsumer(UserHandle.getUid(USER1, APP_UID2))).isNull(); in testSpecificUser()
100 assertThat(mStatsRule.getUidBatteryConsumer(UserHandle.getUid(USER2, APP_UID1))).isNull(); in testSpecificUser()
101 assertThat(mStatsRule.getUidBatteryConsumer(UserHandle.getUid(USER2, APP_UID2))).isNull(); in testSpecificUser()
102 assertThat(mStatsRule.getUidBatteryConsumer(UserHandle.getUid(USER2, APP_UID3))).isNull(); in testSpecificUser()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
H A DHidDeviceTest.java282 isNull(), isNull()); in testRegistration()
285 anyString(), anyByte(), any(byte[].class), isNull(), isNull()); in testRegistration()
292 anyByte(), any(byte[].class), isNull(), isNull()); in testRegistration()
322 isNull(), isNull()); in testSendReport()
359 isNull(), isNull()); in testReplyReport()
394 isNull(), isNull()); in testReportError()
425 isNull(), isNull()); in testOutgoingConnectDisconnectSuccess()
491 isNull(), isNull()); in testCallbacks()
494 anyString(), anyByte(), any(byte[].class), isNull(), isNull()); in testCallbacks()
501 anyByte(), any(byte[].class), isNull(), isNull()); in testCallbacks()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DInflatedSmartRepliesTest.java123 assertThat(smartReplyState.getSmartReplies()).isNull(); in chooseSmartRepliesAndActions_smartRepliesOff_noAppGeneratedSmartSuggestions()
124 assertThat(smartReplyState.getSmartActions()).isNull(); in chooseSmartRepliesAndActions_smartRepliesOff_noAppGeneratedSmartSuggestions()
141 assertThat(smartReplyState.getSmartReplies()).isNull(); in chooseSmartRepliesAndActions_smartRepliesOff_noSystemGeneratedSmartSuggestions()
142 assertThat(smartReplyState.getSmartActions()).isNull(); in chooseSmartRepliesAndActions_smartRepliesOff_noSystemGeneratedSmartSuggestions()
158 assertThat(smartReplyState.getSmartActions()).isNull(); in chooseSmartRepliesAndActions_appGeneratedSmartReplies()
199 assertThat(smartReplyState.getSmartActions()).isNull(); in chooseSmartRepliesAndActions_sysGeneratedSmartReplies()
216 assertThat(smartReplyState.getSmartReplies()).isNull(); in chooseSmartRepliesAndActions_noSysGeneratedSmartRepliesIfNotAllowed()
217 assertThat(smartReplyState.getSmartActions()).isNull(); in chooseSmartRepliesAndActions_noSysGeneratedSmartRepliesIfNotAllowed()
235 assertThat(smartReplyState.getSmartReplies()).isNull(); in chooseSmartRepliesAndActions_sysGeneratedSmartActions()
268 assertThat(smartReplyState.getSmartReplies()).isNull(); in chooseSmartRepliesAndActions_sysGeneratedPhishingSmartAction()
[all …]
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
H A DDhcpServerTest.java37 import static org.mockito.ArgumentMatchers.isNull;
237 when(mRepository.getOffer(isNull() /* clientId */, eq(TEST_CLIENT_MAC), in testDiscover()
238 eq(INADDR_ANY) /* relayAddr */, isNull() /* reqAddr */, isNull() /* hostname */)) in testDiscover()
275 when(mRepository.getOffer(isNull() /* clientId */, eq(TEST_CLIENT_MAC), in testDiscover_OutOfAddresses()
276 eq(INADDR_ANY) /* relayAddr */, isNull() /* reqAddr */, isNull() /* hostname */)) in testDiscover_OutOfAddresses()
303 when(mRepository.requestLease(isNull() /* clientId */, eq(TEST_CLIENT_MAC), in testRequest_Selecting_Ack()
323 when(mRepository.requestLease(isNull(), eq(TEST_CLIENT_MAC), in testRequest_Selecting_Nak()
348 .releaseLease(isNull(), eq(TEST_CLIENT_MAC), eq(TEST_CLIENT_ADDR)); in testRelease()
353 when(mRepository.markAndReleaseDeclinedLease(isNull(), eq(TEST_CLIENT_MAC), in testDecline_LeaseDoesNotExist()
430 when(mRepository.getOffer(isNull() /* clientId */, eq(TEST_CLIENT_MAC), in testChangePrefixOnDecline()
[all …]
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceTest.java117 assertThat(mCachedDevice.getConnectionSummary()).isNull(); in getConnectionSummary_testSingleProfileConnectDisconnect()
121 assertThat(mCachedDevice.getConnectionSummary()).isNull(); in getConnectionSummary_testSingleProfileConnectDisconnect()
131 assertThat(mCachedDevice.getConnectionSummary()).isNull(); in getConnectionSummary_testSingleProfileConnectDisconnect()
138 assertThat(mCachedDevice.getConnectionSummary()).isNull(); in getConnectionSummary_testSingleProfileConnectDisconnect()
142 assertThat(mCachedDevice.getConnectionSummary()).isNull(); in getConnectionSummary_testSingleProfileConnectDisconnect()
173 assertThat(mCachedDevice.getConnectionSummary()).isNull(); in getConnectionSummary_testMultipleProfileConnectDisconnect()
181 assertThat(mCachedDevice.getConnectionSummary()).isNull(); in getConnectionSummary_testSingleProfileActiveDeviceA2dp()
194 assertThat(mCachedDevice.getConnectionSummary()).isNull(); in getConnectionSummary_testSingleProfileActiveDeviceA2dp()
205 assertThat(mCachedDevice.getConnectionSummary()).isNull(); in getConnectionSummary_testSingleProfileActiveDeviceA2dp()
226 assertThat(mCachedDevice.getConnectionSummary()).isNull(); in getConnectionSummary_shortSummary_returnShortSummary()
[all …]
/aosp12/frameworks/base/core/tests/coretests/src/android/content/pm/parsing/result/
H A DParseInputAndResultTest.kt82 assertThat(result.errorMessage).isNull()
83 assertThat(result.exception).isNull()
93 assertThat(result.exception).isNull()
104 assertThat(result.exception).isNull()
178 assertThat(result.exception).isNull()
209 assertThat(result.exception).isNull()
264 assertThat(result.errorMessage).isNull()
265 assertThat(result.exception).isNull()
271 assertThat(result.result).isNull()
278 assertThat(this.errorMessage).isNull()
[all …]
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/enterprise/
H A DEnterprisePrivacyFeatureProviderImplTest.java57 .that(mProvider.getLastBugReportRequestTime()).isNull(); in testGetLastBugReportRequestTime_none()
76 .that(mProvider.getLastNetworkLogRetrievalTime()).isNull(); in testGetLastNetworkLogRetrievalTime_none()
95 .that(mProvider.getLastSecurityLogRetrievalTime()).isNull(); in testGetLastSecurityLogRetrievalTime_none()
114 .isNull(); in testGetImeLabelIfOwnerSet_notSet()
123 .isNull(); in testGetImeLabelIfOwnerSet_nullString()
132 .isNull(); in testGetImeLabelIfOwnerSet_emptyString()
142 .isNull(); in testGetImeLabelIfOwnerSet_nonexistentPackage()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/
H A DAccessibilityFloatingMenuControllerTest.java115 assertThat(mController.mFloatingMenu).isNull(); in onUserUnlocked_keyguardShowing_destroyWidget()
128 assertThat(mController.mFloatingMenu).isNull(); in onKeyguardVisibilityChanged_showing_destroyWidget()
153 assertThat(mController.mFloatingMenu).isNull(); in onUserSwitching_destroyWidget()
169 assertThat(mController.mFloatingMenu).isNull(); in onUserSwitch_onKeyguardVisibilityChangedToTrue_destroyWidget()
207 assertThat(mController.mFloatingMenu).isNull(); in onAccessibilityButtonModeChanged_floatingModeAndNoButtonTargets_destroyWidget()
219 assertThat(mController.mFloatingMenu).isNull(); in onAccessibilityButtonModeChanged_navBarModeAndHasButtonTargets_destroyWidget()
230 assertThat(mController.mFloatingMenu).isNull(); in onAccessibilityButtonModeChanged_navBarModeAndNoButtonTargets_destroyWidget()
254 assertThat(mController.mFloatingMenu).isNull(); in onAccessibilityButtonTargetsChanged_floatingModeAndNoButtonTargets_destroyWidget()
266 assertThat(mController.mFloatingMenu).isNull(); in onAccessibilityButtonTargetsChanged_navBarModeAndHasButtonTargets_destroyWidget()
278 assertThat(mController.mFloatingMenu).isNull(); in onAccessibilityButtonTargetsChanged_navBarModeAndNoButtonTargets_destroyWidget()
/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastCursorAdapter.java89 if (plmnColumn != -1 && !cursor.isNull(plmnColumn)) { in createFromCursor()
97 if (lacColumn != -1 && !cursor.isNull(lacColumn)) { in createFromCursor()
105 if (cidColumn != -1 && !cursor.isNull(cidColumn)) { in createFromCursor()
116 if (etwsWarningTypeColumn != -1 && !cursor.isNull(etwsWarningTypeColumn)) { in createFromCursor()
126 if (cmasMessageClassColumn != -1 && !cursor.isNull(cmasMessageClassColumn)) { in createFromCursor()
132 if (cmasCategoryColumn != -1 && !cursor.isNull(cmasCategoryColumn)) { in createFromCursor()
141 if (cmasResponseTypeColumn != -1 && !cursor.isNull(cmasResponseTypeColumn)) { in createFromCursor()
150 if (cmasSeverityColumn != -1 && !cursor.isNull(cmasSeverityColumn)) { in createFromCursor()
159 if (cmasUrgencyColumn != -1 && !cursor.isNull(cmasUrgencyColumn)) { in createFromCursor()
168 if (cmasCertaintyColumn != -1 && !cursor.isNull(cmasCertaintyColumn)) { in createFromCursor()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/backup/utils/
H A DFullBackupRestoreObserverUtilsTest.java54 assertThat(result).isNull(); in sendStartRestore_observerIsNull_returnsNull()
73 assertThat(result).isNull(); in sendStartRestore_observerThrows_returnsNull()
82 assertThat(result).isNull(); in sendOnRestorePackage_observerIsNull_returnsNull()
102 assertThat(result).isNull(); in sendOnRestorePackage_observerThrows_returnsNull()
110 assertThat(result).isNull(); in sendEndRestore_observerIsNull_returnsNull()
129 assertThat(result).isNull(); in sendEndRestore_observerThrows_returnsNull()
/aosp12/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/androidTest/java/com/android/car/ui/
H A DRotaryCacheTest.java66 assertThat(view).isNull(); in testGetFocusedView_notInTheCache()
73 assertThat(view).isNull(); in testGetFocusedView_expiredCache()
90 assertThat(focusArea).isNull(); in testGetCachedFocusArea_notInTheCache()
92 assertThat(focusArea).isNull(); in testGetCachedFocusArea_notInTheCache()
100 assertThat(focusArea).isNull(); in testGetCachedFocusArea_expiredCache()
110 assertThat(mRotaryCache.getCachedFocusArea(View.FOCUS_UP, mValidTime)).isNull(); in testClearFocusAreaHistory()
H A DFocusParkingViewTouchModeTest.java58 assertThat(mFpv.getRootView().findFocus()).isNull(); in testRestoreDefaultFocus_doesNothing()
63 .that(mFpv.getRootView().findFocus()).isNull(); in testRestoreDefaultFocus_doesNothing()
68 assertThat(mFpv.getRootView().findFocus()).isNull(); in testRequestFocus_doesNothing()
73 .that(mFpv.getRootView().findFocus()).isNull(); in testRequestFocus_doesNothing()
78 assertThat(mFpv.getRootView().findFocus()).isNull(); in testPerformActionRestoreDefaultFocus_exitsTouchMode()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserDataPreparerTest.java21 import static org.mockito.Matchers.isNull;
103 verify(mStorageManagerMock).prepareUserStorage(isNull(String.class), eq(TEST_USER_ID), in testPrepareUserData_De()
105 verify(mInstaller).createUserData(isNull(String.class), eq(TEST_USER_ID), in testPrepareUserData_De()
121 verify(mStorageManagerMock).prepareUserStorage(isNull(String.class), eq(TEST_USER_ID), in testPrepareUserData_Ce()
123 verify(mInstaller).createUserData(isNull(String.class), eq(TEST_USER_ID), in testPrepareUserData_Ce()
161 verify(mInstaller).destroyUserData(isNull(String.class), eq(TEST_USER_ID), in testDestroyUserData_De()
163 verify(mStorageManagerMock).destroyUserStorage(isNull(String.class), eq(TEST_USER_ID), in testDestroyUserData_De()
179 verify(mInstaller).destroyUserData(isNull(String.class), eq(TEST_USER_ID), in testDestroyUserData_Ce()
181 verify(mStorageManagerMock).destroyUserStorage(isNull(String.class), eq(TEST_USER_ID), in testDestroyUserData_Ce()
204 verify(mInstaller).destroyUserData(isNull(String.class), eq(3), in testReconcileUsers()
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DLockscreenCredentialTest.java204 .isNull(); in testPasswordToHistoryHashInvalidInput()
208 .isNull(); in testPasswordToHistoryHashInvalidInput()
212 .isNull(); in testPasswordToHistoryHashInvalidInput()
216 .isNull(); in testPasswordToHistoryHashInvalidInput()
221 .isNull(); in testPasswordToHistoryHashInvalidInput()
245 assertThat(credential.legacyPasswordToHash(/* salt= */ null)).isNull(); in testLegacyPasswordToHashInvalidInput()
247 password.getBytes(), /* salt= */ null)).isNull(); in testLegacyPasswordToHashInvalidInput()
252 .isNull(); in testLegacyPasswordToHashInvalidInput()

12345678910>>...28