Home
last modified time | relevance | path

Searched defs:serviceIntent (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/services/print/java/com/android/server/print/
DRemotePrintServiceRecommendationService.java118 Intent serviceIntent = new Intent(); in getServiceIntent() local
139 Intent serviceIntent = getServiceIntent(userHandle); in RemotePrintServiceRecommendationService() local
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportRequestedReceiver.java41 Intent serviceIntent = new Intent(context, BugreportProgressService.class); in onReceive() local
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DAdminSecondaryLockScreenController.java163 public void show(Intent serviceIntent) { in show()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaResumeListener.kt176 val serviceIntent = Intent(MediaBrowserService.SERVICE_INTERFACE) in onMediaDataLoaded() constant
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DPlayerController.java58 public PlayerController(Activity context, Intent serviceIntent) { in PlayerController()
/frameworks/base/apex/media/framework/java/android/media/
DSession2Token.java242 Intent serviceIntent = new Intent(serviceInterface); in isInterfaceDeclared() local
/frameworks/base/services/core/java/com/android/server/
DNetworkScorerAppManager.java73 final Intent serviceIntent = new Intent(NetworkScoreManager.ACTION_RECOMMEND_NETWORKS); in getAllValidScorers() local
/frameworks/base/core/java/com/android/internal/util/
DScreenshotHelper.java334 final Intent serviceIntent = new Intent(); in takeScreenshot() local
/frameworks/base/services/core/java/com/android/server/attention/
DAttentionManagerService.java686 final Intent serviceIntent = new Intent( in bindLocked() local
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java848 Intent serviceIntent = new Intent(VpnConfig.SERVICE_INTERFACE); in startAlwaysOnVpn() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.java563 Intent serviceIntent = new Intent(); in bindCameraPrewarmService() local
/frameworks/base/services/companion/java/com/android/server/companion/
DCompanionDeviceManagerService.java240 Intent serviceIntent = new Intent().setComponent(SERVICE_TO_BIND_TO); in CompanionDeviceManagerService() local
/frameworks/base/services/core/java/com/android/server/textservices/
DTextServicesManagerService.java632 final Intent serviceIntent = new Intent(SpellCheckerService.SERVICE_INTERFACE); in startSpellCheckerServiceInnerLocked() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DContextFixture.java198 Intent serviceIntent, in bindService()
/frameworks/base/services/core/java/com/android/server/textclassifier/
DTextClassificationManagerService.java1035 Intent serviceIntent = new Intent(TextClassifierService.SERVICE_INTERFACE) in bindLocked() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsResolver.java1696 Intent serviceIntent = new Intent(controllerFactory.getServiceInterface()); in searchForImsServices() local
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java992 private boolean deferServiceBringupIfFrozenLocked(ServiceRecord s, Intent serviceIntent, in deferServiceBringupIfFrozenLocked()
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java12259 @NonNull ComponentName admin, Intent serviceIntent, @NonNull ServiceConnection conn, in bindDeviceAdminServiceAsUser()