Searched refs:clientIntent (Results 1 – 2 of 2) sorted by relevance
43 final PendingIntent clientIntent; // How to launch the client. field in ConnectionRecord110 clientIntent = _clientIntent; in ConnectionRecord()
1582 PendingIntent clientIntent = null; in bindServiceLocked() local1590 clientIntent = service.getParcelableExtra(Intent.EXTRA_CLIENT_INTENT); in bindServiceLocked()1591 if (clientIntent != null) { in bindServiceLocked()1756 connection, flags, clientLabel, clientIntent, in bindServiceLocked()3825 if (conn.get(i).clientIntent != null) { in getRunningServiceControlPanelLocked()3826 return conn.get(i).clientIntent; in getRunningServiceControlPanelLocked()