Home
last modified time | relevance | path

Searched defs:available (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/rollback/app/src/com/android/cts/rollback/host/app/
DHostTestHelper.java125 RollbackInfo available = RollbackUtils.getAvailableRollback(TestApp.A); in testApkOnlyCommitRollback() local
191 RollbackInfo available = RollbackUtils.getAvailableRollback(TestApp.A); in testApkOnlyMultipleStagedRollback_Phase2() local
281 RollbackInfo available = RollbackUtils.getAvailableRollback(TestApp.A); in testApkOnlyMultipleStagedPartialRollback_Phase2() local
355 RollbackInfo available = RollbackUtils.getAvailableRollback(TestApp.Apex); in testApexOnlyCommitRollback() local
405 RollbackInfo available = RollbackUtils.getAvailableRollback(TestApp.Apex); in testApexOnlySystemVersion_CommitRollback() local
469 RollbackInfo available = RollbackUtils.getAvailableRollback(TestApp.Apex); in testApexAndApkCommitRollback() local
568 RollbackInfo available = RollbackUtils.getAvailableRollback(TestApp.Apex); in testApexKeyRotation_CommitRollback() local
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DFeatureDeviceInfo.java102 boolean available) throws Exception { in addFeature()
114 boolean available, in addFeature()
/cts/tests/rollback/src/com/android/cts/rollback/
DRollbackManagerTest.java88 RollbackInfo available = RollbackUtils.waitForAvailableRollback(TestApp.A); in testBasic() local
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DBluetoothSharingRestrictionTest.java95 static void assertBluetoothSharingAvailable(Context context, boolean available) in assertBluetoothSharingAvailable()
/cts/libs/deviceutillegacy/src/android/webkit/cts/
DWebViewOnUiThread.java161 public void setNetworkAvailable(final boolean available) { in setNetworkAvailable()
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DDeviceInfoInstrument.java294 boolean available) { in addFeature()
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvViewTest.java72 Boolean available = mVideoAvailableMap.get(inputId); in isVideoAvailable() local
/cts/tools/cts-api-coverage/proto/
Dcts_report.proto218 optional bool available = 3; field