Searched refs:getServiceInfoOrThrow (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/service/contentcapture/ |
D | ContentCaptureServiceInfo.java | 56 private static ServiceInfo getServiceInfoOrThrow(ComponentName comp, boolean isTemp, in getServiceInfoOrThrow() method in ContentCaptureServiceInfo 85 this(context, getServiceInfoOrThrow(comp, isTemporaryService, userId)); in ContentCaptureServiceInfo()
|
/frameworks/base/core/java/android/service/translation/ |
D | TranslationServiceInfo.java | 62 private static ServiceInfo getServiceInfoOrThrow(ComponentName comp, boolean isTemp, in getServiceInfoOrThrow() method in TranslationServiceInfo 95 this(context, getServiceInfoOrThrow(comp, isTemporaryService, userId)); in TranslationServiceInfo()
|
/frameworks/base/core/java/android/service/voice/ |
D | VoiceInteractionServiceInfo.java | 65 this(pm, getServiceInfoOrThrow(comp, userHandle)); in VoiceInteractionServiceInfo() 69 private static ServiceInfo getServiceInfoOrThrow(@NonNull ComponentName comp, int userHandle) in getServiceInfoOrThrow() method in VoiceInteractionServiceInfo
|
/frameworks/base/core/java/android/service/autofill/ |
D | AutofillServiceInfo.java | 70 private static ServiceInfo getServiceInfoOrThrow(ComponentName comp, int userHandle) in getServiceInfoOrThrow() method in AutofillServiceInfo 100 this(context, getServiceInfoOrThrow(comp, userHandle)); in AutofillServiceInfo()
|
/frameworks/base/core/java/android/service/credentials/ |
D | CredentialProviderInfoFactory.java | 94 getServiceInfoOrThrow(serviceComponent, userId), in create() 353 private static ServiceInfo getServiceInfoOrThrow( in getServiceInfoOrThrow() method in CredentialProviderInfoFactory
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 48081 Landroid/service/autofill/AutofillServiceInfo;->getServiceInfoOrThrow(Landroid/content/ComponentNam… 49984 Landroid/service/voice/VoiceInteractionServiceInfo;->getServiceInfoOrThrow(Landroid/content/Compone…
|