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

/frameworks/base/core/java/android/service/autofill/
H A DAutofillServiceInfo.java59 private static ServiceInfo getServiceInfoOrThrow(ComponentName comp, int userHandle) method in class:AutofillServiceInfo
85 this(context, getServiceInfoOrThrow(comp, userHandle));
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionServiceInfo.java57 this(pm, getServiceInfoOrThrow(comp, userHandle));
60 static ServiceInfo getServiceInfoOrThrow(ComponentName comp, int userHandle) method in class:VoiceInteractionServiceInfo

Completed in 1491 milliseconds