Home
last modified time | relevance | path

Searched refs:getBootCount (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DBootCountTrackerRule.java51 int preTestBootCount = getBootCount(); in apply()
55 int postTestBootCount = getBootCount(); in apply()
82 private int getBootCount() throws DeviceNotAvailableException {
/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
DBaseBootReceiver.java35 getBootCount(context) + "." + intent.getAction()); in onReceive()
43 private static int getBootCount(Context context) throws Exception { in getBootCount() method in BaseBootReceiver
/cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/
DEncryptionAppTest.java151 final int thisCount = getBootCount(); in doBootCountBefore()
157 final int thisCount = getBootCount(); in doBootCountAfter()
454 private int getBootCount() throws Exception { in getBootCount() method in EncryptionAppTest
477 String fileName = getBootCount() + "." + action; in awaitBroadcast()
480 TestUtils.waitUntil("Didn't receive broadcast " + action + " for boot " + getBootCount(), in awaitBroadcast()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/car/
DGarageModeTestActivity.java94 GarageModeChecker.getBootCount(context)); in onCreate()
137 long currentBootCount = GarageModeChecker.getBootCount(context); in verifyStatus()
DGarageModeChecker.java176 static int getBootCount(Context context) { in getBootCount() method in GarageModeChecker