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

/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DIncomingCallNotifier.java68 public static final int NOTIFICATION_INCOMING_CALL = 1; field in class:IncomingCallNotifier
170 mNotificationManager.notify(NOTIFICATION_TAG, NOTIFICATION_INCOMING_CALL, builder.build());
175 mNotificationManager.cancel(NOTIFICATION_TAG, NOTIFICATION_INCOMING_CALL);
/packages/apps/Dialer/java/com/android/incallui/
H A DStatusBarNotifier.java104 private static final int NOTIFICATION_INCOMING_CALL = 2; field in class:StatusBarNotifier
106 // This is non-interruptive, but otherwise behaves the same as NOTIFICATION_INCOMING_CALL
317 : NOTIFICATION_INCOMING_CALL;
323 alreadyActive ? NOTIFICATION_INCOMING_CALL_QUIET : NOTIFICATION_INCOMING_CALL;
371 case NOTIFICATION_INCOMING_CALL:
380 if (mCurrentNotification != NOTIFICATION_INCOMING_CALL) {

Completed in 56 milliseconds