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

/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java167 mHandlerCaller.sendMessage(mHandlerCaller.obtainMessage(MSG_DESTROY));
282 static final int MSG_DESTROY = 103; field in class:VoiceInteractionSession
341 case MSG_DESTROY:
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintService.java117 mHandler.sendEmptyMessage(MyHandler.MSG_DESTROY);
612 public static final int MSG_DESTROY = 11; field in class:RemotePrintService.MyHandler
669 case MSG_DESTROY: {

Completed in 4971 milliseconds