Searched refs:MSG_DISCONNECT (Results 1 - 2 of 2) sorted by relevance

/packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
H A DTunerRecordingSessionWorker.java70 private static final int MSG_DISCONNECT = 2; field in class:TunerRecordingSessionWorker
159 mHandler.sendEmptyMessage(MSG_DISCONNECT);
207 case MSG_DISCONNECT: {
/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnection.java76 private static final int MSG_DISCONNECT = 4; field in class:TelephonyConnection
138 case MSG_DISCONNECT:
816 getPhone().registerForDisconnect(mHandler, MSG_DISCONNECT, null);

Completed in 173 milliseconds