Home
last modified time | relevance | path

Searched refs:RespondViaSmsManager (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DRespondViaSmsManager.java52 public class RespondViaSmsManager extends CallsManagerListenerBase { class
75 Log.w(RespondViaSmsManager.class.getSimpleName(), in onReceive()
86 public RespondViaSmsManager(CallsManager callsManager, TelecomSystem.SyncRoot lock, in RespondViaSmsManager() method in RespondViaSmsManager
120 Log.e(RespondViaSmsManager.class.getSimpleName(), exception, in loadCannedTextMessages()
142 Log.d(RespondViaSmsManager.this, "loadCannedTextMessages() starting"); in loadCannedTextMessages()
172 Log.d(RespondViaSmsManager.this, in loadCannedTextMessages()
231 Log.w(RespondViaSmsManager.this, "Couldn't send SMS message: empty text message. "); in rejectCallWithMessage()
235 Log.w(RespondViaSmsManager.this, "Couldn't send SMS message: Invalid SubId: " + in rejectCallWithMessage()
277 Log.w(RespondViaSmsManager.this, "Couldn't send SMS message: " + in sendTextMessage()
DTelecomSystem.java137 private final RespondViaSmsManager mRespondViaSmsManager;
465 mRespondViaSmsManager = new RespondViaSmsManager(mCallsManager, mLock, in TelecomSystem()
DCallsManager.java486 private RespondViaSmsManager mRespondViaSmsManager;
896 public void setRespondViaSmsManager(RespondViaSmsManager respondViaSmsManager) { in setRespondViaSmsManager()
904 public RespondViaSmsManager getRespondViaSmsManager() { in getRespondViaSmsManager()
/packages/services/Telecomm/flags/
Dtelecom_call_flags.aconfig74 description: "Move RespondViaSmsManager to async thread"