Searched refs:dropbox (Results 1 – 1 of 1) sorted by relevance
105 DropBoxManager dropbox = (DropBoxManager) context.getSystemService(Context.DROPBOX_SERVICE); in checkCrash() local106 Assert.assertNotNull("Unable access the DropBoxManager service", dropbox); in checkCrash()111 while (null != (entry = dropbox.getNextEntry(label, timestamp))) { in checkCrash()