Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/dreams/
DDreamOverlayConnectionHandler.java61 Intent serviceIntent, in DreamOverlayConnectionHandler()
73 Intent serviceIntent, in DreamOverlayConnectionHandler()
223 Intent serviceIntent, in buildConnection()
/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/core/java/com/android/internal/util/
DPersistentServiceConnection.java101 Intent serviceIntent, in PersistentServiceConnection()
124 Intent serviceIntent, in PersistentServiceConnection()
DScreenshotHelper.java154 final Intent serviceIntent = new Intent(); in takeScreenshotInternal() local
DObservableServiceConnection.java158 Intent serviceIntent, in ObservableServiceConnection()
/frameworks/base/services/tests/mockingservicestests/src/android/service/dreams/
DDreamOverlayConnectionHandlerTest.java240 Handler handler, Intent serviceIntent, int minConnectionDurationMs, in buildConnection()
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DPlayerController.java58 public PlayerController(Activity context, Intent serviceIntent) { in PlayerController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/service/
DObservableServiceConnection.java129 public ObservableServiceConnection(Context context, Intent serviceIntent, in ObservableServiceConnection()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DAdminSecondaryLockScreenController.java174 public void show(Intent serviceIntent) { in show()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/resume/
DMediaResumeListener.kt246 val serviceIntent = Intent(MediaBrowserService.SERVICE_INTERFACE) in onMediaDataLoaded() constant
/frameworks/base/services/core/java/com/android/server/
DNetworkScorerAppManager.java73 final Intent serviceIntent = new Intent(NetworkScoreManager.ACTION_RECOMMEND_NETWORKS); in getAllValidScorers() local
/frameworks/base/services/core/java/com/android/server/attention/
DAttentionManagerService.java891 final Intent serviceIntent = new Intent( in bindLocked() local
/frameworks/base/services/core/java/com/android/server/textservices/
DTextServicesManagerService.java632 final Intent serviceIntent = new Intent(SpellCheckerService.SERVICE_INTERFACE); in startSpellCheckerServiceInnerLocked() local
/frameworks/base/services/core/java/com/android/server/textclassifier/
DTextClassificationManagerService.java1047 Intent serviceIntent = new Intent(TextClassifierService.SERVICE_INTERFACE) in bindLocked() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DContextFixture.java214 Intent serviceIntent, in bindService()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsResolver.java1725 Intent serviceIntent = new Intent(controllerFactory.getServiceInterface()); in searchForImsServices() local
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java1050 Intent serviceIntent = new Intent(VpnConfig.SERVICE_INTERFACE); in startAlwaysOnVpn() local
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java1075 private boolean deferServiceBringupIfFrozenLocked(ServiceRecord s, Intent serviceIntent, in deferServiceBringupIfFrozenLocked()
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java13468 @NonNull ComponentName admin, Intent serviceIntent, @NonNull ServiceConnection conn, in bindDeviceAdminServiceAsUser()