OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updateInCallNotification
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Phone/src/com/android/phone/
NotificationMgr.java
286
updateInCallNotification
();
714
public void
updateInCallNotification
() {
717
updateInCallNotification
(false);
724
* This is just like
updateInCallNotification
(), with one exception:
738
*
updateInCallNotification
() instead. (This ensures that we don't
749
* @see #
updateInCallNotification
(boolean)
754
updateInCallNotification
(true);
758
* Helper method for
updateInCallNotification
() and
771
private void
updateInCallNotification
(boolean allowFullScreenIntent) {
773
if (DBG) log("
updateInCallNotification
(allowFullScreenIntent =
[
all
...]
CallNotifier.java
345
mApplication.notificationMgr.
updateInCallNotification
();
357
mApplication.notificationMgr.
updateInCallNotification
();
370
mApplication.notificationMgr.
updateInCallNotification
();
[
all
...]
InCallScreen.java
568
mApp.notificationMgr.
updateInCallNotification
();
[
all
...]
PhoneGlobals.java
315
notificationMgr.
updateInCallNotification
();
[
all
...]
Completed in 207 milliseconds