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()
44 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.java126 final int thisCount = getBootCount(); in doBootCountBefore()
132 final int thisCount = getBootCount(); in doBootCountAfter()
376 private int getBootCount() throws Exception { in getBootCount() method in EncryptionAppTest
384 getBootCount() + "." + action); in awaitBroadcast()