Searched defs:SERVICE_INTERFACE (Results 1 - 2 of 2) sorted by relevance

/packages/services/Car/car-lib/src/android/car/content/pm/
H A DCarAppBlockingPolicyService.java31 * The implementing service should declare {@link #SERVICE_INTERFACE} in its intent filter as
40 public static final String SERVICE_INTERFACE = field in class:CarAppBlockingPolicyService
/packages/apps/Settings/src/com/android/settings/
H A DTrustAgentSettings.java46 private static final String SERVICE_INTERFACE = TrustAgentService.SERVICE_INTERFACE; field in class:TrustAgentSettings
145 Intent trustAgentIntent = new Intent(SERVICE_INTERFACE);

Completed in 103 milliseconds