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

  /packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
TestCallActivity.java 42 public static final String ACTION_NEW_UNKNOWN_CALL =
43 "android.telecom.testapps.ACTION_NEW_UNKNOWN_CALL";
53 } else if (ACTION_NEW_UNKNOWN_CALL.equals(action) && data != null) {
  /frameworks/base/telecomm/java/android/telecom/
TelecomManager.java 68 public static final String ACTION_NEW_UNKNOWN_CALL = "android.telecom.action.NEW_UNKNOWN_CALL";
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
TelecomService.java 691 Intent intent = new Intent(TelecomManager.ACTION_NEW_UNKNOWN_CALL);
    [all...]

Completed in 96 milliseconds