Searched refs:dropbox (Results 1 – 3 of 3) sorted by relevance
116 DropBoxManager dropbox = (DropBoxManager) context.getSystemService(Context.DROPBOX_SERVICE); in checkCrash() local117 Assert.assertNotNull("Unable access the DropBoxManager service", dropbox); in checkCrash()122 while (null != (entry = dropbox.getNextEntry(label, timestamp))) { in checkCrash()
9916 com.dropbox.android 10324,10290