Searched refs:isCurrentOrSystemUser (Results 1 – 13 of 13) sorted by relevance
131 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in setConfiguration()180 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in step()193 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in seek()206 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in tune()223 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in cancel()235 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in cancelAnnouncement()264 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in startBackgroundScan()289 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in startProgramListUpdates()299 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in stopProgramListUpdates()325 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in setConfigFlag()
61 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in openTuner()
127 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in setConfiguration()170 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in step()188 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in seek()205 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in tune()227 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in cancel()256 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in startBackgroundScan()269 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in startProgramListUpdates()345 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in stopProgramListUpdates()390 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in setConfigFlag()407 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in setParameters()
206 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in openSession()
123 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in setConfiguration()165 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in step()180 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in seek()194 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in tune()208 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in cancel()232 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in startBackgroundScan()244 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in startProgramListUpdates()308 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in stopProgramListUpdates()359 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in setConfigFlag()372 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in setParameters()
174 if (!RadioServiceUserController.isCurrentOrSystemUser()) { in openSession()
65 .that(RadioServiceUserController.isCurrentOrSystemUser()).isTrue(); in isCurrentOrSystemUser_forCurrentUser_returnsFalse()73 .that(RadioServiceUserController.isCurrentOrSystemUser()).isFalse(); in isCurrentOrSystemUser_forNonCurrentUser_returnsFalse()82 .that(RadioServiceUserController.isCurrentOrSystemUser()).isTrue(); in isCurrentOrSystemUser_forSystemUser_returnsTrue()91 .that(RadioServiceUserController.isCurrentOrSystemUser()).isFalse(); in isCurrentOrSystemUser_withActivityManagerFailure_returnsFalse()
118 doReturn(true).when(() -> RadioServiceUserController.isCurrentOrSystemUser()); in setup()226 doReturn(false).when(() -> RadioServiceUserController.isCurrentOrSystemUser()); in setConfiguration_forNonCurrentUser_doesNotInvokesCallback()375 doReturn(false).when(() -> RadioServiceUserController.isCurrentOrSystemUser()); in tune_forNonCurrentUser_doesNotTune()404 doReturn(true).when(() -> RadioServiceUserController.isCurrentOrSystemUser()); in tune_forSystemUser()454 doReturn(false).when(() -> RadioServiceUserController.isCurrentOrSystemUser()); in step_forNonCurrentUser_doesNotStep()532 doReturn(false).when(() -> RadioServiceUserController.isCurrentOrSystemUser()); in seek_forNonCurrentUser_doesNotSeek()570 doReturn(false).when(() -> RadioServiceUserController.isCurrentOrSystemUser()); in cancel_forNonCurrentUser()582 doReturn(false).when(() -> RadioServiceUserController.isCurrentOrSystemUser()); in cancel_forNonCurrentUser_doesNotCancel()653 doReturn(false).when(() -> RadioServiceUserController.isCurrentOrSystemUser()); in startBackgroundScan_forNonCurrentUser_doesNotInvokesCallback()665 doReturn(false).when(() -> RadioServiceUserController.isCurrentOrSystemUser()); in startProgramListUpdates_forNonCurrentUser_doesNotStartUpdates()[all …]
159 doReturn(false).when(() -> RadioServiceUserController.isCurrentOrSystemUser()); in openSession_forNonCurrentUser_throwsException()209 doReturn(true).when(() -> RadioServiceUserController.isCurrentOrSystemUser()); in createBroadcastRadioService()
99 doReturn(true).when(() -> RadioServiceUserController.isCurrentOrSystemUser()); in setup()
143 doReturn(true).when(() -> RadioServiceUserController.isCurrentOrSystemUser()); in setup()245 doReturn(false).when(() -> RadioServiceUserController.isCurrentOrSystemUser()); in setConfiguration_forNonCurrentUser_doesNotInvokesCallback()423 doReturn(false).when(() -> RadioServiceUserController.isCurrentOrSystemUser()); in tune_forNonCurrentUser_doesNotTune()438 doReturn(true).when(() -> RadioServiceUserController.isCurrentOrSystemUser()); in tune_forSystemUser()505 doReturn(false).when(() -> RadioServiceUserController.isCurrentOrSystemUser()); in step_forNonCurrentUser_doesNotStep()584 doReturn(false).when(() -> RadioServiceUserController.isCurrentOrSystemUser()); in seek_forNonCurrentUser_doesNotSeek()622 doReturn(false).when(() -> RadioServiceUserController.isCurrentOrSystemUser()); in cancel_forNonCurrentUser_doesNotCancel()693 doReturn(false).when(() -> RadioServiceUserController.isCurrentOrSystemUser()); in startBackgroundScan_forNonCurrentUser_doesNotInvokesCallback()944 doReturn(false).when(() -> RadioServiceUserController.isCurrentOrSystemUser()); in startProgramListUpdates_forNonCurrentUser_doesNotStartUpdates()983 doReturn(false).when(() -> RadioServiceUserController.isCurrentOrSystemUser()); in stopProgramListUpdates_forNonCurrentUser_doesNotStopUpdates()[all …]
40 public static boolean isCurrentOrSystemUser() { in isCurrentOrSystemUser() method in RadioServiceUserController