Searched refs:notNull (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/media/libmedia/ |
D | OMXBuffer.cpp | 140 bool notNull; in readFromParcel() local 141 status_t err = parcel->readBool(¬Null); in readFromParcel() 145 if (notNull) { in readFromParcel()
|
/frameworks/opt/car/services/tests/src/com/android/internal/car/ |
D | CarHelperServiceTest.java | 44 import static org.mockito.ArgumentMatchers.notNull; 816 when(mICarBinder.transact(anyInt(), notNull(), isNull(), eq(Binder.FLAG_ONEWAY))) in mockCarServiceException() 833 when(mICarBinder.transact(eq(txn), notNull(), isNull(), eq(Binder.FLAG_ONEWAY))) in expectICarSetCarServiceHelper() 842 when(mICarBinder.transact(eq(txn), notNull(), isNull(), in expectICarOnUserLifecycleEvent() 879 when(mICarBinder.transact(eq(txn), notNull(), isNull(), in expectICarFirstUserUnlocked() 966 when(mICarBinder.transact(eq(txn), notNull(), isNull(), in expectICarGetInitialUserInfo() 993 when(mICarBinder.transact(eq(txn), notNull(), isNull(), in expectICarSetInitialUserInfo() 1121 verify(mICarBinder).transact(eq(txn), notNull(), isNull(), eq(Binder.FLAG_ONEWAY)); in verifyICarTxnCalled() 1126 verify(mICarBinder, never()).transact(eq(txn), notNull(), isNull(), eq(Binder.FLAG_ONEWAY)); in verifyICarTxnNeverCalled()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiConfigStoreTest.java | 631 verify(storeData1).deserializeData(notNull(), anyInt(), anyInt(), any()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem() 648 verify(storeData2).deserializeData(notNull(), anyInt(), anyInt(), any()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem() 663 verify(storeData1).deserializeData(notNull(), anyInt(), anyInt(), any()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem() 665 verify(storeData2).deserializeData(notNull(), anyInt(), anyInt(), any()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem() 681 verify(storeData1).deserializeData(notNull(), anyInt(), anyInt(), any()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem() 683 verify(storeData2).deserializeData(notNull(), anyInt(), anyInt(), any()); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
|
D | WifiServiceImplTest.java | 52 import static org.mockito.ArgumentMatchers.notNull; 2987 verify(mLohsCallback).onHotspotStarted(notNull()); in testRegisteredLocalOnlyHotspotRequestorsGetOnStartedCallbackWhenReady()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/ |
D | UiModeManagerServiceTest.java | 63 import static org.mockito.ArgumentMatchers.notNull; 127 when(mContext.registerReceiver(notNull(), notNull())).then(inv -> { in setUp()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | InsetsControllerTest.java | 42 import static org.mockito.ArgumentMatchers.notNull; 213 verify(mockListener).onCancelled(notNull()); in testControlsRevoked_duringAnim() 543 verify(mockListener).onCancelled(notNull()); in testCancellation_afterGainingControl() 572 verify(listener).onReady(notNull(), eq(ime())); in testControlImeNotReady()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest8.java | 27 import static org.mockito.Matchers.notNull; 308 verify(mServiceContext, times(1)).sendIntentSender(notNull(IntentSender.class)); in checkRequestPinShortcut() 617 verify(mServiceContext, times(1)).sendIntentSender(notNull(IntentSender.class)); in testRequestPinShortcut_dynamicExists_alreadyPinned() 696 verify(mServiceContext, times(1)).sendIntentSender(notNull(IntentSender.class)); in testRequestPinShortcut_manifestExists_alreadyPinned()
|
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | TetheringTest.java | 61 import static org.mockito.ArgumentMatchers.notNull; 835 verify(mRouterAdvertisementDaemon, never()).buildNewRa(any(), notNull()); in workingMobileUsbTethering_IPv4() 861 verify(mRouterAdvertisementDaemon, times(1)).buildNewRa(any(), notNull()); in workingMobileUsbTethering_IPv6() 877 verify(mRouterAdvertisementDaemon, times(1)).buildNewRa(any(), notNull()); in workingMobileUsbTethering_DualStack() 894 verify(mRouterAdvertisementDaemon, times(1)).buildNewRa(any(), notNull()); in workingMobileUsbTethering_MultipleUpstreams()
|