Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DTestHelpers.java105 DropBoxManager dropbox = (DropBoxManager) context.getSystemService(Context.DROPBOX_SERVICE); in checkCrash() local
106 Assert.assertNotNull("Unable access the DropBoxManager service", dropbox); in checkCrash()
111 while (null != (entry = dropbox.getNextEntry(label, timestamp))) { in checkCrash()