Home
last modified time | relevance | path

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

/platform_testing/tests/functional/devicehealthtests/src/com/android/devicehealth/tests/
DHealthCheckBase.java50 DropBoxManager dropbox = (DropBoxManager) mContext in checkCrash() local
52 Assert.assertNotNull("Unable access the DropBoxManager service", dropbox); in checkCrash()
58 while (null != (entry = dropbox.getNextEntry(label, timestamp))) { in checkCrash()
/platform_testing/tests/functional/devicehealthchecks/src/com/android/devicehealthchecks/
DCrashCheckBase.java70 DropBoxManager dropbox = (DropBoxManager) mContext in checkCrash() local
72 Assert.assertNotNull("Unable access the DropBoxManager service", dropbox); in checkCrash()
80 while (null != (entry = dropbox.getNextEntry(label, timestamp))) { in checkCrash()