Searched refs:clientIntent (Results 1 – 2 of 2) sorted by relevance
36 final PendingIntent clientIntent; // How to launch the client. field in ConnectionRecord93 clientIntent = _clientIntent; in ConnectionRecord()
1452 PendingIntent clientIntent = null; in bindServiceLocked() local1460 clientIntent = service.getParcelableExtra(Intent.EXTRA_CLIENT_INTENT); in bindServiceLocked()1461 if (clientIntent != null) { in bindServiceLocked()1610 connection, flags, clientLabel, clientIntent); in bindServiceLocked()3557 if (conn.get(i).clientIntent != null) { in getRunningServiceControlPanelLocked()3558 return conn.get(i).clientIntent; in getRunningServiceControlPanelLocked()