Searched refs:getInstanceOrThrow (Results 1 – 8 of 8) sorted by relevance
246 return with(getInstanceOrThrow()) { in <lambda>()278 private fun getInstanceOrThrow(): TestNotificationListener { in <lambda>() method298 getInstanceOrThrow().cancelNotification(key) in <lambda>()
82 PickerSyncController.getInstanceOrThrow() in doWork()89 PickerSyncController.getInstanceOrThrow() in doWork()
88 PickerSyncController.getInstanceOrThrow() in doWork()100 PickerSyncController.getInstanceOrThrow() in doWork()
89 PickerSyncController.getInstanceOrThrow() in doWork()92 PickerSyncController.getInstanceOrThrow() in doWork()
86 controller = PickerSyncController.getInstanceOrThrow(); in doWork()
79 final PickerSyncController syncController = PickerSyncController.getInstanceOrThrow(); in queryMedia()110 final PickerSyncController syncController = PickerSyncController.getInstanceOrThrow(); in queryAlbums()164 final PickerSyncController syncController = PickerSyncController.getInstanceOrThrow(); in queryAlbumMedia()836 final PickerSyncController syncController = PickerSyncController.getInstanceOrThrow(); in queryAvailableProviders()
91 mExistingPickerSyncController = PickerSyncController.getInstanceOrThrow(); in setup()
207 public static PickerSyncController getInstanceOrThrow() throws IllegalStateException { in getInstanceOrThrow() method in PickerSyncController