Home
last modified time | relevance | path

Searched refs:getLastCallingPackage (Results 1 – 3 of 3) sorted by relevance

/cts/tests/wearable/src/android/wearable/cts/
DWearableSensingManagerTest.java340 assertThat(CtsWearableSensingService.getLastCallingPackage()) in registerDataRequestObserver_withPermission_sendsPackageNameToWearableSensingService()
391 assertThat(CtsWearableSensingService.getLastCallingPackage()) in unregisterDataRequestObserver_withPermission_unregistersObserverFromWSS()
DCtsWearableSensingService.java245 public static String getLastCallingPackage() { in getLastCallingPackage() method in CtsWearableSensingService
DCtsWearableSensingServiceDeviceTest.java264 assertThat(CtsWearableSensingService.getLastCallingPackage()).isEqualTo(FAKE_APP_PACKAGE); in stopDetection_wearable_getsCall()
276 assertThat(CtsWearableSensingService.getLastCallingPackage()).isNull(); in stopDetection_notWearable_doesNotGetCall()