Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/am/
DConnectionRecord.java34 final PendingIntent clientIntent; // How to launch the client. field in ConnectionRecord
55 clientIntent = _clientIntent; in ConnectionRecord()
DActiveServices.java450 PendingIntent clientIntent = null; in bindServiceLocked() local
457 clientIntent = (PendingIntent)service.getParcelableExtra( in bindServiceLocked()
461 if (clientIntent != null) { in bindServiceLocked()
493 connection, flags, clientLabel, clientIntent); in bindServiceLocked()
1810 if (conn.get(i).clientIntent != null) { in getRunningServiceControlPanelLocked()
1811 return conn.get(i).clientIntent; in getRunningServiceControlPanelLocked()