Searched defs:CallNotifier (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DCallNotifier.java59 public class CallNotifier extends Handler class in inherits:Handler,CallerInfoAsyncQuery.OnQueryCompleteListener
61 private static final String LOG_TAG = "CallNotifier";
178 public CallNotifier(PhoneApp app, Phone phone, Ringer ringer, method in class:CallNotifier
196 Log.w(LOG_TAG, "CallNotifier: Exception caught while creating " +
371 Log.i(LOG_TAG, "CallNotifier: rejecting incoming call: not provisioned / ECM");
387 Log.i(LOG_TAG, "CallNotifier: rejecting incoming call: OTA call is active");
398 Log.w(LOG_TAG, "CallNotifier.onNewRingingConnection(): null connection!");
404 Log.i(LOG_TAG, "CallNotifier.onNewRingingConnection(): connection not ringing!");
859 } else if (cookie instanceof CallNotifier) {
860 if (VDBG) log("CallerInfo query complete (for CallNotifier), "
[all...]

Completed in 5 milliseconds