Searched refs:FAKE_APP_PACKAGE (Results 1 – 5 of 5) sorted by relevance
33 private static final String FAKE_APP_PACKAGE = "foo.bar.baz"; field in CtsAmbientContextDetectionService70 .Builder(FAKE_APP_PACKAGE) in respondSuccess()77 new AmbientContextDetectionServiceStatus.Builder(FAKE_APP_PACKAGE) in respondSuccess()87 new AmbientContextDetectionServiceStatus.Builder(FAKE_APP_PACKAGE) in respondFailure()
63 private static final String FAKE_APP_PACKAGE = "foo.bar.baz"; field in CtsAmbientContextDetectionServiceDeviceTest146 .Builder(FAKE_APP_PACKAGE) in testConstructAmbientContextDetectionResult()154 .Builder(FAKE_APP_PACKAGE) in testConstructAmbientContextDetectionResult()185 USER_ID, FAKE_APP_PACKAGE); in callStartDetection()197 USER_ID, FAKE_APP_PACKAGE); in callQueryServiceStatus()
87 private static final String FAKE_APP_PACKAGE = "foo.bar.baz"; field in CtsWearableSensingServiceDeviceTest264 assertThat(CtsWearableSensingService.getLastCallingPackage()).isEqualTo(FAKE_APP_PACKAGE); in stopDetection_wearable_getsCall()512 USER_ID, FAKE_APP_PACKAGE); in callStartDetection()517 USER_ID, FAKE_APP_PACKAGE); in callStartDetectionMixed()522 USER_ID, FAKE_APP_PACKAGE); in callStartDetectionDefault()535 USER_ID, FAKE_APP_PACKAGE); in callStopDetection()586 USER_ID, FAKE_APP_PACKAGE); in callQueryServiceStatus()591 USER_ID, FAKE_APP_PACKAGE); in callQueryWearableServiceStatus()596 USER_ID, FAKE_APP_PACKAGE); in callQueryMixedServiceStatus()
39 private static final String FAKE_APP_PACKAGE = "foo.bar.baz"; field in CtsWearableSensingService43 new AmbientContextDetectionServiceStatus.Builder(FAKE_APP_PACKAGE).setStatusCode(180 FAKE_APP_PACKAGE).setStatusCode(status).build(); in whenCallbackTriggeredRespondWithServiceStatus()
37 private static final String FAKE_APP_PACKAGE = "cts.crm.cps"; field in CtsNoOpCredentialProviderService