Home
last modified time | relevance | path

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

/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.java144 final int thisCount = getBootCount(); in doBootCountBefore()
150 final int thisCount = getBootCount(); in doBootCountAfter()
435 private int getBootCount() throws Exception { in getBootCount() method in EncryptionAppTest
458 String fileName = getBootCount() + "." + action; in awaitBroadcast()
461 TestUtils.waitUntil("Didn't receive broadcast " + action + " for boot " + getBootCount(), in awaitBroadcast()