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/
DBugreportReceiver.java59 Intent serviceIntent = new Intent(context, BugreportProgressService.class); in onReceive() local
/frameworks/base/core/java/com/android/internal/util/
DScreenshotHelper.java99 final Intent serviceIntent = new Intent(); in takeScreenshot() local
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DPlayerController.java58 public PlayerController(Activity context, Intent serviceIntent) { in PlayerController()
/frameworks/base/packages/StatementService/src/com/android/statementservice/
DIntentFilterVerificationReceiver.java82 Intent serviceIntent = new Intent(context, DirectStatementService.class); in onReceive() local
/frameworks/base/media/apex/java/android/media/
DSession2Token.java241 Intent serviceIntent = new Intent(serviceInterface); in isInterfaceDeclared() local
/frameworks/base/services/core/java/com/android/server/
DNetworkScorerAppManager.java72 final Intent serviceIntent = new Intent(NetworkScoreManager.ACTION_RECOMMEND_NETWORKS); in getAllValidScorers() local
/frameworks/base/core/java/android/speech/
DSpeechRecognizer.java270 Intent serviceIntent = new Intent(RecognitionService.SERVICE_INTERFACE); in startListening() local
/frameworks/base/services/core/java/com/android/server/textclassifier/
DTextClassificationManagerService.java537 Intent serviceIntent = new Intent(TextClassifierService.SERVICE_INTERFACE) in bindLocked() local
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java723 Intent serviceIntent = new Intent(VpnConfig.SERVICE_INTERFACE); in startAlwaysOnVpn() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.java435 Intent serviceIntent = new Intent(); in bindCameraPrewarmService() local
/frameworks/base/services/core/java/com/android/server/attention/
DAttentionManagerService.java513 final Intent serviceIntent = new Intent( in bindLocked() local
/frameworks/base/services/core/java/com/android/server/textservices/
DTextServicesManagerService.java660 final Intent serviceIntent = new Intent(SpellCheckerService.SERVICE_INTERFACE); in startSpellCheckerServiceInnerLocked() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DContextFixture.java190 Intent serviceIntent, in bindService()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsResolver.java1538 Intent serviceIntent = new Intent(controllerFactory.getServiceInterface()); in searchForImsServices() local
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java1689 final Intent serviceIntent = service; in bindServiceLocked() local
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java9993 @NonNull ComponentName admin, Intent serviceIntent, @NonNull ServiceConnection conn, in bindDeviceAdminServiceAsUser()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java13027 @Nullable IBinder activtiyToken, @NonNull Intent serviceIntent, in bindDeviceAdminServiceAsUser()
13038 + serviceIntent); in bindDeviceAdminServiceAsUser() local