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

  /packages/apps/InCallUI/src/com/android/incallui/
StatusBarNotifier.java 44 private static final int IN_CALL_NOTIFICATION = 1;
176 mNotificationManager.cancel(IN_CALL_NOTIFICATION);
186 notificationManager.cancel(IN_CALL_NOTIFICATION);
353 Log.d(this, "Notifying IN_CALL_NOTIFICATION: " + notification);
354 mNotificationManager.notify(IN_CALL_NOTIFICATION, notification);
548 // Cancel the IN_CALL_NOTIFICATION immediately before
551 mNotificationManager.cancel(IN_CALL_NOTIFICATION);
  /packages/services/Telephony/src/com/android/phone/
NotificationMgr.java 88 static final int IN_CALL_NOTIFICATION = 2;
    [all...]

Completed in 229 milliseconds