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()
711 PendingIntent clientIntent = null; in bindServiceLocked() local718 clientIntent = service.getParcelableExtra(Intent.EXTRA_CLIENT_INTENT); in bindServiceLocked()721 if (clientIntent != null) { in bindServiceLocked()775 connection, flags, clientLabel, clientIntent); in bindServiceLocked()2391 if (conn.get(i).clientIntent != null) { in getRunningServiceControlPanelLocked()2392 return conn.get(i).clientIntent; in getRunningServiceControlPanelLocked()