Home
last modified time | relevance | path

Searched refs:clientIntent (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DConnectionRecord.java43 final PendingIntent clientIntent; // How to launch the client. field in ConnectionRecord
110 clientIntent = _clientIntent; in ConnectionRecord()
DActiveServices.java1606 PendingIntent clientIntent = null; in bindServiceLocked() local
1614 clientIntent = service.getParcelableExtra(Intent.EXTRA_CLIENT_INTENT); in bindServiceLocked()
1615 if (clientIntent != null) { in bindServiceLocked()
1780 connection, flags, clientLabel, clientIntent, in bindServiceLocked()
3856 if (conn.get(i).clientIntent != null) { in getRunningServiceControlPanelLocked()
3857 return conn.get(i).clientIntent; in getRunningServiceControlPanelLocked()