Home
last modified time | relevance | path

Searched refs:MSG_DISCONNECT (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
DRemoteDisplayProvider.java96 private static final int MSG_DISCONNECT = 4; field in RemoteDisplayProvider
346 mHandler.obtainMessage(MSG_DISCONNECT, id).sendToTarget(); in disconnect()
383 case MSG_DISCONNECT: { in handleMessage()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
DStorageMeasurement.java179 mMeasurementHandler.sendEmptyMessage(MeasurementHandler.MSG_DISCONNECT); in onDestroy()
268 public static final int MSG_DISCONNECT = 3; field in StorageMeasurement.MeasurementHandler
312 removeMessages(MSG_DISCONNECT); in handleMessage()
327 case MSG_DISCONNECT: { in handleMessage()
/frameworks/base/telecomm/java/android/telecom/
DConnectionService.java91 private static final int MSG_DISCONNECT = 6; field in ConnectionService
170 mHandler.obtainMessage(MSG_DISCONNECT, callId).sendToTarget();
299 case MSG_DISCONNECT: