Home
last modified time | relevance | path

Searched refs:SERVICE_INTERFACE (Results 1 – 25 of 165) sorted by relevance

1234567

/frameworks/base/core/java/android/companion/
DCompanionDeviceService.java67 public static final String SERVICE_INTERFACE = "android.companion.CompanionDeviceService"; field in CompanionDeviceService
92 if (Objects.equals(intent.getAction(), SERVICE_INTERFACE)) { in onBind()
96 "Tried to bind to wrong intent (should be " + SERVICE_INTERFACE + "): " + intent); in onBind()
/frameworks/base/core/java/android/service/autofill/
DAutofillService.java565 public static final String SERVICE_INTERFACE = "android.service.autofill.AutofillService"; field in AutofillService
644 if (SERVICE_INTERFACE.equals(intent.getAction())) { in onBind()
647 Log.w(TAG, "Tried to bind to wrong intent (should be " + SERVICE_INTERFACE + ": " + intent); in onBind()
DInlineSuggestionRenderService.java64 public static final String SERVICE_INTERFACE = field in InlineSuggestionRenderService
337 if (SERVICE_INTERFACE.equals(intent.getAction())) { in onBind()
365 Log.w(TAG, "Tried to bind to wrong intent (should be " + SERVICE_INTERFACE + ": " + intent); in onBind()
/frameworks/base/core/java/android/service/chooser/
DChooserTargetService.java93 public static final String SERVICE_INTERFACE = "android.service.chooser.ChooserTargetService"; field in ChooserTargetService
132 if (!SERVICE_INTERFACE.equals(intent.getAction())) { in onBind()
/frameworks/base/media/java/android/media/midi/
DMidiDeviceService.java51 public static final String SERVICE_INTERFACE = "android.media.midi.MidiDeviceService"; field in MidiDeviceService
139 if (SERVICE_INTERFACE.equals(intent.getAction()) && mServer != null) { in onBind()
/frameworks/base/core/java/android/service/contentsuggestions/
DContentSuggestionsService.java60 public static final String SERVICE_INTERFACE = field in ContentSuggestionsService
128 if (SERVICE_INTERFACE.equals(intent.getAction())) { in onBind()
131 Log.w(TAG, "Tried to bind to wrong intent (should be " + SERVICE_INTERFACE + ": " + intent); in onBind()
/frameworks/base/core/java/android/service/search/
DSearchUiService.java67 public static final String SERVICE_INTERFACE = field in SearchUiService
119 if (SERVICE_INTERFACE.equals(intent.getAction())) { in onBind()
123 + SERVICE_INTERFACE + ": " + intent); in onBind()
/frameworks/base/core/java/android/service/attention/
DAttentionService.java59 public static final String SERVICE_INTERFACE = field in AttentionService
126 if (SERVICE_INTERFACE.equals(intent.getAction())) { in onBind()
/frameworks/base/tests/Internal/src/android/app/
DWallpaperInfoTest.java50 Intent intent = new Intent(WallpaperService.SERVICE_INTERFACE); in testSupportsAmbientMode()
74 Intent intent = new Intent(WallpaperService.SERVICE_INTERFACE); in testGetSettingsSliceUri()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DRegisteredServicesCacheTest.java168 File file = new File(mSyncDir, TestServicesCache.SERVICE_INTERFACE + ".xml"); in testMigration()
179 File markerFile = new File(mSyncDir, TestServicesCache.SERVICE_INTERFACE + ".xml.migrated"); in testMigration()
203 File file = new File(dir, TestServicesCache.SERVICE_INTERFACE+".xml"); in assertNotEmptyFileCreated()
211 static final String SERVICE_INTERFACE = "RegisteredServicesCacheTest"; field in RegisteredServicesCacheTest.TestServicesCache
219 SERVICE_INTERFACE, SERVICE_META_DATA, ATTRIBUTES_NAME, new TestSerializer()); in TestServicesCache()
/frameworks/base/core/java/android/service/resolver/
DResolverRankerService.java65 public static final String SERVICE_INTERFACE = "android.service.resolver.ResolverRankerService"; field in ResolverRankerService
113 if (!SERVICE_INTERFACE.equals(intent.getAction())) { in onBind()
/frameworks/base/core/java/android/service/voice/
DHotwordDetectionService.java125 public static final String SERVICE_INTERFACE = field in HotwordDetectionService
214 if (SERVICE_INTERFACE.equals(intent.getAction())) { in onBind()
217 Log.w(TAG, "Tried to bind to wrong intent (should be " + SERVICE_INTERFACE + ": " in onBind()
/frameworks/base/services/systemcaptions/java/com/android/server/systemcaptions/
DRemoteSystemCaptionsManagerService.java39 private static final String SERVICE_INTERFACE = field in RemoteSystemCaptionsManagerService
70 mIntent = new Intent(SERVICE_INTERFACE).setComponent(componentName); in RemoteSystemCaptionsManagerService()
/frameworks/base/services/core/java/com/android/server/tv/
DTvRemoteProviderProxy.java41 protected static final String SERVICE_INTERFACE = field in TvRemoteProviderProxy
111 Intent service = new Intent(SERVICE_INTERFACE); in bind()
/frameworks/base/telephony/java/android/telephony/gba/
DGbaService.java71 public static final String SERVICE_INTERFACE = "android.telephony.gba.GbaService"; field in GbaService
205 if (SERVICE_INTERFACE.equals(intent.getAction())) { in onBind()
/frameworks/base/core/java/android/service/quickaccesswallet/
DQuickAccessWalletService.java168 public static final String SERVICE_INTERFACE = field in QuickAccessWalletService
270 if (!SERVICE_INTERFACE.equals(intent.getAction())) { in onBind()
/frameworks/base/core/java/android/nfc/cardemulation/
DOffHostApduService.java145 public static final String SERVICE_INTERFACE = field in OffHostApduService
/frameworks/base/core/java/android/service/translation/
DTranslationService.java73 public static final String SERVICE_INTERFACE = field in TranslationService
194 if (SERVICE_INTERFACE.equals(intent.getAction())) { in onBind()
197 Log.w(TAG, "Tried to bind to wrong intent (should be " + SERVICE_INTERFACE + ": " + intent); in onBind()
/frameworks/base/core/java/android/service/smartspace/
DSmartspaceService.java63 public static final String SERVICE_INTERFACE = field in SmartspaceService
137 if (SERVICE_INTERFACE.equals(intent.getAction())) { in onBind()
141 + SERVICE_INTERFACE + ": " + intent); in onBind()
/frameworks/base/core/java/android/service/rotationresolver/
DRotationResolverService.java77 public static final String SERVICE_INTERFACE = field in RotationResolverService
118 if (SERVICE_INTERFACE.equals(intent.getAction())) { in onBind()
/frameworks/base/core/java/android/service/appprediction/
DAppPredictionService.java66 public static final String SERVICE_INTERFACE = field in AppPredictionService
149 if (SERVICE_INTERFACE.equals(intent.getAction())) { in onBind()
152 Log.w(TAG, "Tried to bind to wrong intent (should be " + SERVICE_INTERFACE + ": " + intent); in onBind()
/frameworks/base/core/java/android/content/
DSyncAdaptersCache.java46 private static final String SERVICE_INTERFACE = "android.content.SyncAdapter"; field in SyncAdaptersCache
57 super(context, SERVICE_INTERFACE, SERVICE_META_DATA, ATTRIBUTES_NAME, sSerializer); in SyncAdaptersCache()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServicesSmsFilter.java116 new Intent(CarrierMessagingService.SERVICE_INTERFACE)); in filter()
150 new Intent(CarrierMessagingService.SERVICE_INTERFACE)); in getCarrierAppPackageForFiltering()
163 getSystemAppForIntent(new Intent(CarrierMessagingService.SERVICE_INTERFACE)); in getCarrierAppPackageForFiltering()
/frameworks/base/core/java/android/net/
DVpnService.java141 public static final String SERVICE_INTERFACE = VpnConfig.SERVICE_INTERFACE; field in VpnService
419 if (intent != null && SERVICE_INTERFACE.equals(intent.getAction())) { in onBind()
/frameworks/base/telephony/java/android/telephony/ims/compat/
DImsService.java79 public static final String SERVICE_INTERFACE = "android.telephony.ims.compat.ImsService"; field in ImsService
135 if(SERVICE_INTERFACE.equals(intent.getAction())) { in onBind()

1234567