Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallController.kt100 Notification.EXTRA_CALL_TYPE, -1) == CALL_TYPE_ONGOING,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java438 Notification.EXTRA_CALL_TYPE) == Notification.CallStyle.CALL_TYPE_INCOMING; in isCriticalCallNotif()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java1455 public static final String EXTRA_CALL_TYPE = "android.callType"; field in Notification
9892 extras.putInt(EXTRA_CALL_TYPE, mCallType); in addExtras()
9935 mCallType = extras.getInt(EXTRA_CALL_TYPE); in restoreFromExtras()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6245 field public static final String EXTRA_CALL_TYPE = "android.callType";