Searched refs:notNull (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libmedia/
H A DOMXBuffer.cpp140 bool notNull; local
141 status_t err = parcel->readBool(&notNull);
145 if (notNull) {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigStoreTest.java531 verify(storeData1).deserializeData(notNull(), anyInt(), eq(true));
546 verify(storeData2).deserializeData(notNull(), anyInt(), eq(false));
555 verify(storeData1).deserializeData(notNull(), anyInt(), eq(true));
559 verify(storeData2).deserializeData(notNull(), anyInt(), eq(false));
569 verify(storeData1).deserializeData(notNull(), anyInt(), eq(true));
572 verify(storeData2).deserializeData(notNull(), anyInt(), eq(true));
/frameworks/base/tests/net/java/com/android/server/connectivity/
H A DTetheringTest.java40 import static org.mockito.ArgumentMatchers.notNull;
581 verify(mRouterAdvertisementDaemon, never()).buildNewRa(any(), notNull());
593 verify(mRouterAdvertisementDaemon, times(1)).buildNewRa(any(), notNull());
607 verify(mRouterAdvertisementDaemon, times(1)).buildNewRa(any(), notNull());
623 verify(mRouterAdvertisementDaemon, times(1)).buildNewRa(any(), notNull());
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest8.java27 import static org.mockito.Matchers.notNull;
308 verify(mServiceContext, times(1)).sendIntentSender(notNull(IntentSender.class));
617 verify(mServiceContext, times(1)).sendIntentSender(notNull(IntentSender.class));
696 verify(mServiceContext, times(1)).sendIntentSender(notNull(IntentSender.class));
/frameworks/support/room/compiler/src/test/kotlin/androidx/room/processor/
H A DEntityProcessorTest.kt326 fun notNull() {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 188 milliseconds