Searched refs:clientIntent (Results 1 – 2 of 2) sorted by relevance
34 final PendingIntent clientIntent; // How to launch the client. field in ConnectionRecord55 clientIntent = _clientIntent; in ConnectionRecord()
843 PendingIntent clientIntent = null; in bindServiceLocked() local851 clientIntent = service.getParcelableExtra(Intent.EXTRA_CLIENT_INTENT); in bindServiceLocked()852 if (clientIntent != null) { in bindServiceLocked()990 connection, flags, clientLabel, clientIntent); in bindServiceLocked()2792 if (conn.get(i).clientIntent != null) { in getRunningServiceControlPanelLocked()2793 return conn.get(i).clientIntent; in getRunningServiceControlPanelLocked()