Searched refs:clientIntent (Results 1 – 4 of 4) sorted by relevance
46 final PendingIntent clientIntent; // How to launch the client. field in ConnectionRecord123 clientIntent = _clientIntent; in ConnectionRecord()
3599 PendingIntent clientIntent = null; in bindServiceLocked() local3607 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()
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));
3579 PendingIntent clientIntent = PendingIntent.getActivityAsUser( in bindWallpaperComponentLocked() local3594 intent.putExtra(Intent.EXTRA_CLIENT_INTENT, clientIntent); in bindWallpaperComponentLocked()