Home
last modified time | relevance | path

Searched refs:getConstraints (Results 1 – 9 of 9) sorted by relevance

/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/host/src/android/healthconnect/cts/database/
DDatabaseTestUtils.java299 if (columnInfo.getConstraints().contains(ColumnInfo.UNIQUE_CONSTRAINT)) { in checkColumnModification()
307 if (columnInfo.getConstraints().contains(ColumnInfo.NOT_NULL_CONSTRAINT)) { in checkColumnModification()
316 .getConstraints() in checkColumnModification()
388 .getConstraints(); in checkForeignKeyModification()
476 .getConstraints(); in checkNewTableAddition()
DColumnInfo.java118 public List<Integer> getConstraints() { in getConstraints() method in ColumnInfo
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/schedule/
DDeviceLockControllerSchedulerImplTest.java260 NetworkRequest networkRequest = actualWorkInfo.getConstraints().getRequiredNetworkRequest(); in scheduleInitialCheckInWork()
283 NetworkRequest networkRequest = actualWorkInfo.getConstraints().getRequiredNetworkRequest(); in scheduleRetryCheckInWork()
321 NetworkRequest networkRequest = actualWorkInfo.getConstraints().getRequiredNetworkRequest(); in rescheduleRetryCheckInWork()
393 NetworkRequest networkRequest = actualWorkInfo.getConstraints().getRequiredNetworkRequest(); in maybeScheduleInitialCheckIn_noNeedCheckIn_reschedule()
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utils/
DWaitForViewAction.kt33 override fun getConstraints(): Matcher<View> { in getConstraints() method in com.android.healthconnect.controller.tests.utils.WaitForViewAction
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/espresso/
DCustomSwipeAction.java78 public Matcher<View> getConstraints() { in withCustomConstraints()
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/provision/worker/
DDeviceCheckInHelperTest.java248 NetworkRequest networkRequest = actualWorkInfo.getConstraints().getRequiredNetworkRequest(); in handleGetDeviceCheckInStatusResponse_readyForProvisioning_emptyFcmStartsWork()
291 NetworkRequest networkRequest = actualWorkInfo.getConstraints().getRequiredNetworkRequest(); in handleGetDeviceCheckInStatusResponse_retryCheckIn_emptyFcmStartsWork()
/packages/apps/EmergencyInfo/tests/unit/src/com/android/emergency/preferences/
DEmergencyContactsPreferenceTest.java133 public Matcher<View> getConstraints() { in getConstraints() method in EmergencyContactsPreferenceTest.RelaxedClick
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/receivers/
DNextProvisionFailedStepReceiverTest.java160 NetworkRequest networkRequest = actualWorkInfo.getConstraints().getRequiredNetworkRequest(); in verifyReportProvisionStateWorkScheduled()
/packages/apps/Nfc/tests/instrumentation/src/com/android/nfc/cardemulation/
DAppChooserActivityTest.java220 public Matcher<View> getConstraints() { in customClick()