Searched refs:onStorageReady (Results 1 – 5 of 5) sorted by relevance
68 if (getExternalCacheDir() != null) onStorageReady();146 protected void onStorageReady() { in onStorageReady() method in AbstractGalleryActivity
172 verify(mMockStorageCallback, times(1)).onStorageReady(); in testStartStorage_withoutExistingAccounts_storageReadyWithNoAccounts()192 verify(mMockStorageCallback, times(1)).onStorageReady(); in testStartStorage_withExistingAccounts_accountsCleanedUp()552 verify(mMockStorageCallback, times(1)).onStorageReady(); in startStorage()
355 mStorageCallback.onStorageReady(); in testConnected_receivedStorageReadyWithoutAccountReady_accountAdded()660 mStorageCallback.onStorageReady(); in testDownloadRequestAfterDownloadingHasCompleted_downloadNotReattempted()674 mStorageCallback.onStorageReady(); in testDownloadRequestAfterDownloadingHasCompleted_downloadNotReattempted()
82 void onStorageReady(); in onStorageReady() method577 callback.onStorageReady(); in notifyStorageReady()
207 public void onStorageReady() {