Searched refs:notifyNow (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephonyRegistry.aidl37 void listen(String pkg, IPhoneStateListener callback, int events, boolean notifyNow);
39 boolean notifyNow);
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java436 boolean notifyNow) {
438 events, notifyNow);
443 int events, boolean notifyNow) {
444 listen(pkgForDebug, callback, events, notifyNow, subId);
448 boolean notifyNow, int subId) {
453 + " notifyNow=" + notifyNow + " subId=" + subId + " myUid=" + myUid
496 if (notifyNow && validatePhoneId(phoneId)) {
435 listen(String pkgForDebug, IPhoneStateListener callback, int events, boolean notifyNow) argument
442 listenForSubscriber(int subId, String pkgForDebug, IPhoneStateListener callback, int events, boolean notifyNow) argument
447 listen(String pkgForDebug, IPhoneStateListener callback, int events, boolean notifyNow, int subId) argument
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java157 abstract boolean notifyNow(Intent intent); method in class:PackageManagerTests.GenericReceiver
161 if (notifyNow(intent)) {
190 public boolean notifyNow(Intent intent) { method in class:PackageManagerTests.InstallReceiver
815 public boolean notifyNow(Intent intent) { method in class:PackageManagerTests.ReplaceReceiver
974 public boolean notifyNow(Intent intent) { method in class:PackageManagerTests.DeleteReceiver
1107 public boolean notifyNow(Intent intent) { method in class:PackageManagerTests.SdMountReceiver
1142 public boolean notifyNow(Intent intent) { method in class:PackageManagerTests.SdUnMountReceiver
1565 public boolean notifyNow(Intent intent) { method in class:PackageManagerTests.MoveReceiver
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java2412 Boolean notifyNow = (getITelephony() != null);
2413 sRegistry.listenForSubscriber(listener.mSubId, pkgForDebug, listener.callback, events, notifyNow);

Completed in 167 milliseconds