HomeSort by relevance Sort by last modified time
    Searched refs:MSG_SET_CALLER_DISPLAY_NAME (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telecomm/java/android/telecom/
ConnectionServiceAdapterServant.java 58 private static final int MSG_SET_CALLER_DISPLAY_NAME = 19;
193 case MSG_SET_CALLER_DISPLAY_NAME: {
367 mHandler.obtainMessage(MSG_SET_CALLER_DISPLAY_NAME, args).sendToTarget();
  /packages/services/Telecomm/src/com/android/server/telecom/
ConnectionServiceWrapper.java 81 private static final int MSG_SET_CALLER_DISPLAY_NAME = 18;
337 case MSG_SET_CALLER_DISPLAY_NAME: {
593 mHandler.obtainMessage(MSG_SET_CALLER_DISPLAY_NAME, args).sendToTarget();
    [all...]

Completed in 34 milliseconds