Home
last modified time | relevance | path

Searched refs:notNull (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libmedia/
DOMXBuffer.cpp140 bool notNull; in readFromParcel() local
141 status_t err = parcel->readBool(&notNull); in readFromParcel()
145 if (notNull) { in readFromParcel()
/frameworks/opt/car/services/tests/src/com/android/internal/car/
DCarHelperServiceTest.java44 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/
DWifiConfigStoreTest.java631 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()
DWifiServiceImplTest.java52 import static org.mockito.ArgumentMatchers.notNull;
2987 verify(mLohsCallback).onHotspotStarted(notNull()); in testRegisteredLocalOnlyHotspotRequestorsGetOnStartedCallbackWhenReady()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/
DUiModeManagerServiceTest.java63 import static org.mockito.ArgumentMatchers.notNull;
127 when(mContext.registerReceiver(notNull(), notNull())).then(inv -> { in setUp()
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsControllerTest.java42 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/
DShortcutManagerTest8.java27 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/
DTetheringTest.java61 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()