Home
last modified time | relevance | path

Searched refs:clientIntent (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DConnectionRecord.java46 final PendingIntent clientIntent; // How to launch the client. field in ConnectionRecord
123 clientIntent = _clientIntent; in ConnectionRecord()
H A DActiveServices.java3599 PendingIntent clientIntent = null; in bindServiceLocked() local
3607 clientIntent = service.getParcelableExtra(Intent.EXTRA_CLIENT_INTENT); in bindServiceLocked()
3608 if (clientIntent != null) { in bindServiceLocked()
3754 connection, flags, clientLabel, clientIntent, in bindServiceLocked()
6782 if (conn.get(i).clientIntent != null) { in getRunningServiceControlPanelLocked()
6783 return conn.get(i).clientIntent; in getRunningServiceControlPanelLocked()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DChooserActivityTest.java185 protected Intent getConcreteIntentForLaunch(Intent clientIntent) { in getConcreteIntentForLaunch() argument
186 clientIntent.setClass( in getConcreteIntentForLaunch()
189 return clientIntent; in getConcreteIntentForLaunch()
215 public ChooserActivity launchActivity(Intent clientIntent) {
216 return super.launchActivity(getConcreteIntentForLaunch(clientIntent));
/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java3579 PendingIntent clientIntent = PendingIntent.getActivityAsUser( in bindWallpaperComponentLocked() local
3594 intent.putExtra(Intent.EXTRA_CLIENT_INTENT, clientIntent); in bindWallpaperComponentLocked()