/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | DisconnectedCallNotifierTest.java | 81 DisconnectedCallNotifier notifier = new DisconnectedCallNotifier(mContext, mCallsManager); in testNotificationShownAfterEmergencyCall() local 82 notifier.onCallStateChanged(call, CallState.NEW, CallState.DIALING); in testNotificationShownAfterEmergencyCall() 83 notifier.onCallStateChanged(call, CallState.DIALING, CallState.DISCONNECTED); in testNotificationShownAfterEmergencyCall() 88 notifier.onCallRemoved(call); in testNotificationShownAfterEmergencyCall() 104 DisconnectedCallNotifier notifier = new DisconnectedCallNotifier(mContext, mCallsManager); in testNotificationShownForDisconnectedEmergencyCall() local 105 notifier.onCallStateChanged(call, CallState.NEW, CallState.DIALING); in testNotificationShownForDisconnectedEmergencyCall() 106 notifier.onCallStateChanged(call, CallState.DIALING, CallState.DISCONNECTED); in testNotificationShownForDisconnectedEmergencyCall() 111 notifier.onCallRemoved(call); in testNotificationShownForDisconnectedEmergencyCall() 127 DisconnectedCallNotifier notifier = new DisconnectedCallNotifier(mContext, mCallsManager); in testNotificationNotShownAfterCall() local 128 notifier.onCallStateChanged(call, CallState.DIALING, CallState.DISCONNECTED); in testNotificationNotShownAfterCall() [all …]
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | DataManager.java | 301 public void registerChangeNotifier(Uri uri, ChangeNotifier notifier) { in registerChangeNotifier() argument 312 broker.registerNotifier(notifier); in registerChangeNotifier() 339 public synchronized void registerNotifier(ChangeNotifier notifier) { in registerNotifier() argument 340 mNotifiers.put(notifier, null); in registerNotifier() 345 for(ChangeNotifier notifier : mNotifiers.keySet()) { in onChange() 346 notifier.onChange(selfChange); in onChange()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | DbModifierWithNotification.java | 398 static void setVoicemailNotifierForTest(VoicemailNotifier notifier) { in setVoicemailNotifierForTest() argument 399 sVoicemailNotifierForTest = notifier; in setVoicemailNotifierForTest()
|
/packages/apps/Dialer/java/com/android/dialer/calllog/ |
D | CallLogComponent.java | 19 import com.android.dialer.calllog.notifier.RefreshAnnotatedCallLogNotifier;
|
/packages/apps/Dialer/java/com/android/dialer/calllog/observer/ |
D | MarkDirtyObserver.java | 23 import com.android.dialer.calllog.notifier.RefreshAnnotatedCallLogNotifier;
|
/packages/services/Telephony/src/com/android/phone/ |
D | PhoneGlobals.java | 149 CallNotifier notifier; field in PhoneGlobals 408 notifier = CallNotifier.init(this); in onCreate() 569 notifier.updateCallNotifierRegistrationsAfterRadioTechnologyChange(); in initForNewRadioTechnology()
|
D | NotificationMgr.java | 219 mApp.notifier.updatePhoneStateListeners(true); in refreshMwi()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/services/ |
D | CopyJob.java | 823 private DirectoryChildrenObserver(Object notifier) { in DirectoryChildrenObserver() argument 825 assert(notifier != null); in DirectoryChildrenObserver() 826 mNotifier = notifier; in DirectoryChildrenObserver()
|
/packages/apps/Dialer/java/com/android/dialer/calllog/notifier/ |
D | RefreshAnnotatedCallLogNotifier.java | 17 package com.android.dialer.calllog.notifier;
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | VoicemailProviderTest.java | 148 VoicemailNotifier notifier = mock(VoicemailNotifier.class); in testBulkInsert() local 149 DbModifierWithNotification.setVoicemailNotifierForTest(notifier); in testBulkInsert() 152 verify(notifier, Mockito.times(1)).sendNotification(); in testBulkInsert()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |