Searched refs:clientIntent (Results 1 – 4 of 4) sorted by relevance
47 final PendingIntent clientIntent; // How to launch the client. field in ConnectionRecord124 clientIntent = _clientIntent; in ConnectionRecord()
4088 PendingIntent clientIntent = null; in bindServiceLocked() local4096 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()
185 protected Intent getConcreteIntentForLaunch(Intent clientIntent) { in getConcreteIntentForLaunch() argument186 clientIntent.setClass( in getConcreteIntentForLaunch()189 return clientIntent; in getConcreteIntentForLaunch()215 public ChooserActivity launchActivity(Intent clientIntent) {216 return super.launchActivity(getConcreteIntentForLaunch(clientIntent));
3367 PendingIntent clientIntent = PendingIntent.getActivityAsUser( in bindWallpaperComponentLocked() local3382 intent.putExtra(Intent.EXTRA_CLIENT_INTENT, clientIntent); in bindWallpaperComponentLocked()