Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DConnectionRecord.java47 final PendingIntent clientIntent; // How to launch the client. field in ConnectionRecord
124 clientIntent = _clientIntent; in ConnectionRecord()
DActiveServices.java4088 PendingIntent clientIntent = null; in bindServiceLocked() local
4096 clientIntent = service.getParcelableExtra(Intent.EXTRA_CLIENT_INTENT); in bindServiceLocked()
4097 if (clientIntent != null) { in bindServiceLocked()
4247 connection, flags, clientLabel, clientIntent, in bindServiceLocked()
7482 if (conn.get(i).clientIntent != null) { in getRunningServiceControlPanelLocked()
7483 return conn.get(i).clientIntent; in getRunningServiceControlPanelLocked()
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
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));
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java3367 PendingIntent clientIntent = PendingIntent.getActivityAsUser( in bindWallpaperComponentLocked() local
3382 intent.putExtra(Intent.EXTRA_CLIENT_INTENT, clientIntent); in bindWallpaperComponentLocked()