Home
last modified time | relevance | path

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

/frameworks/support/room/runtime/src/main/java/androidx/room/util/
DTableInfo.java225 final boolean notNull = 0 != cursor.getInt(notNullIndex); in readColumns()
227 columns.put(name, new Column(name, type, notNull, primaryKeyPosition)); in readColumns()
330 public final boolean notNull; field in TableInfo.Column
347 public Column(String name, String type, boolean notNull, int primaryKeyPosition) { in Column() argument
350 this.notNull = notNull; in Column()
402 if (notNull != column.notNull) return false; in equals()
419 result = 31 * result + (notNull ? 1231 : 1237); in hashCode()
430 + ", notNull=" + notNull in toString()
/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/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiConfigStoreTest.java531 verify(storeData1).deserializeData(notNull(), anyInt(), eq(true)); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
546 verify(storeData2).deserializeData(notNull(), anyInt(), eq(false)); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
555 verify(storeData1).deserializeData(notNull(), anyInt(), eq(true)); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
559 verify(storeData2).deserializeData(notNull(), anyInt(), eq(false)); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
569 verify(storeData1).deserializeData(notNull(), anyInt(), eq(true)); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
572 verify(storeData2).deserializeData(notNull(), anyInt(), eq(true)); in testReadWifiConfigStoreDataIndicateClientsThatThereIsNoDataForThem()
/frameworks/base/tests/net/java/com/android/server/connectivity/
DTetheringTest.java40 import static org.mockito.ArgumentMatchers.notNull;
581 verify(mRouterAdvertisementDaemon, never()).buildNewRa(any(), notNull()); in workingMobileUsbTethering_IPv4()
593 verify(mRouterAdvertisementDaemon, times(1)).buildNewRa(any(), notNull()); in workingMobileUsbTethering_IPv6()
607 verify(mRouterAdvertisementDaemon, times(1)).buildNewRa(any(), notNull()); in workingMobileUsbTethering_DualStack()
623 verify(mRouterAdvertisementDaemon, times(1)).buildNewRa(any(), notNull()); in workingMobileUsbTethering_MultipleUpstreams()
/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/support/room/compiler/src/test/kotlin/androidx/room/processor/
DEntityProcessorTest.kt326 fun notNull() { in <lambda>() method in androidx.room.processor.EntityProcessorTest
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...