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.java110 DropBoxManager dropbox = (DropBoxManager) context.getSystemService(Context.DROPBOX_SERVICE); in checkCrash() local
111 Assert.assertNotNull("Unable access the DropBoxManager service", dropbox); in checkCrash()
116 while (null != (entry = dropbox.getNextEntry(label, timestamp))) { in checkCrash()