/frameworks/base/telecomm/java/android/telecom/ |
D | ConnectionService.java | 203 Log.endSession(); 216 Log.endSession(); 239 Log.endSession(); 252 Log.endSession(); 273 Log.endSession(); 286 Log.endSession(); 300 Log.endSession(); 313 Log.endSession(); 326 Log.endSession(); 340 Log.endSession(); [all …]
|
D | Log.java | 218 public static void endSession() { in endSession() method in Log 219 getSessionManager().endSession(); in endSession()
|
/frameworks/base/telecomm/java/android/telecom/Logging/ |
D | Runnable.java | 40 Log.endSession();
|
D | SessionManager.java | 293 public synchronized void endSession() { in endSession() method in SessionManager
|
/frameworks/base/telephony/java/android/telephony/ims/feature/ |
D | IMMTelFeature.java | 65 void endSession(int sessionId) throws RemoteException; in endSession() method
|
D | MMTelFeature.java | 49 public void endSession(int sessionId) { in endSession() method in MMTelFeature
|
/frameworks/base/telephony/java/android/telephony/ims/ |
D | ImsServiceProxy.java | 130 public void endSession(int sessionId) throws RemoteException { in endSession() method in ImsServiceProxy 135 getServiceInterface(mBinder).endSession(mSlotId, mSupportedFeature, sessionId); in endSession()
|
D | ImsService.java | 136 public void endSession(int slotId, int featureType, int sessionId) throws RemoteException { 141 feature.endSession(sessionId);
|
D | ImsServiceProxyCompat.java | 64 public void endSession(int sessionId) throws RemoteException { in endSession() method in ImsServiceProxyCompat
|
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/ |
D | RemotePlayer.java | 267 endSession(); in stop() 438 private void endSession() { in endSession() method in RemotePlayer 439 mClient.endSession(null, new SessionActionCallback() { in endSession()
|
D | SessionManager.java | 225 public boolean endSession() { in endSession() method in SessionManager
|
D | SampleMediaRouteProvider.java | 552 && mSessionManager.endSession(); in handleEndSession()
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsServiceController.aidl | 44 void endSession(int slotId, int featureType, int sessionId); in endSession() method
|
/frameworks/base/core/java/android/view/textclassifier/logging/ |
D | SmartSelectionEventTracker.java | 132 endSession(); in logEvent() 159 endSession(); in startNewSession() 164 private void endSession() { in endSession() method in SmartSelectionEventTracker
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/ |
D | TestImsServiceControllerAdapter.java | 67 public void endSession(int slotId, int featureType, int sessionId) throws RemoteException { in endSession() method in TestImsServiceControllerAdapter.ImsServiceControllerBinder
|
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
D | RemotePlaybackClient.java | 643 public void endSession(Bundle extras, SessionActionCallback callback) { in endSession() method in RemotePlaybackClient
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsManager.java | 1686 mImsServiceProxy.endSession(sessionId); in close()
|
/frameworks/support/v7/mediarouter/api/ |
D | current.txt | 425 …method public void endSession(android.os.Bundle, android.support.v7.media.RemotePlaybackClient.Ses…
|
D | 26.0.0.txt | 425 …method public void endSession(android.os.Bundle, android.support.v7.media.RemotePlaybackClient.Ses…
|
/frameworks/support/api/ |
D | 22.0.0.txt | 5320 …method public void endSession(android.os.Bundle, android.support.v7.media.RemotePlaybackClient.Ses…
|
D | 22.1.0.txt | 5891 …method public void endSession(android.os.Bundle, android.support.v7.media.RemotePlaybackClient.Ses…
|
D | 22.2.0.txt | 7492 …method public void endSession(android.os.Bundle, android.support.v7.media.RemotePlaybackClient.Ses…
|
D | 22.2.1.txt | 7581 …method public void endSession(android.os.Bundle, android.support.v7.media.RemotePlaybackClient.Ses…
|
D | 24.2.0.txt | 8376 …method public void endSession(android.os.Bundle, android.support.v7.media.RemotePlaybackClient.Ses…
|
D | 25.0.0.txt | 8454 …method public void endSession(android.os.Bundle, android.support.v7.media.RemotePlaybackClient.Ses…
|