Searched refs:onLocationActiveChanged (Results 1 – 4 of 4) sorted by relevance
110 public void onLocationActiveChanged(boolean active) { in testRemoveSelfActive_DoesNotCrash()178 verify(callback, times(1)).onLocationActiveChanged(anyBoolean()); in testCallbackNotified()208 verify(callback, times(1)).onLocationActiveChanged(true); in testCallbackNotified_additionalOps()215 verify(callback, times(1)).onLocationActiveChanged(false); in testCallbackNotified_additionalOps()221 verify(callback, times(1)).onLocationActiveChanged(true); in testCallbackNotified_additionalOps()245 verify(callback, times(0)).onLocationActiveChanged(true); in testCallbackNotified_additionalOps_shouldNotShowSystem()275 verify(callback, times(1)).onLocationActiveChanged(true); in testCallbackNotified_additionalOps_shouldShowSystem()282 verify(callback, times(1)).onLocationActiveChanged(false); in testCallbackNotified_additionalOps_shouldShowSystem()291 verify(callback, times(1)).onLocationActiveChanged(true); in testCallbackNotified_additionalOps_shouldShowSystem()325 verify(callback, times(1)).onLocationActiveChanged(true); in testCallbackNotified_verifyMetrics()[all …]
34 default void onLocationActiveChanged(boolean active) {} in onLocationActiveChanged() method
403 .onLocationActiveChanged(mAreActiveLocationRequests); in locationActiveChanged()
745 public void onLocationActiveChanged(boolean active) { in onLocationActiveChanged() method in PhoneStatusBarPolicy