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

/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java458 boolean notifyNow) {
460 events, notifyNow);
465 int events, boolean notifyNow) {
466 listen(pkgForDebug, callback, events, notifyNow, subId);
470 boolean notifyNow, int subId) {
474 + " notifyNow=" + notifyNow + " subId=" + subId + " myUserId="
535 if (notifyNow && validatePhoneId(phoneId)) {
457 listen(String pkgForDebug, IPhoneStateListener callback, int events, boolean notifyNow) argument
464 listenForSubscriber(int subId, String pkgForDebug, IPhoneStateListener callback, int events, boolean notifyNow) argument
469 listen(String callingPackage, 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
808 public boolean notifyNow(Intent intent) { method in class:PackageManagerTests.ReplaceReceiver
967 public boolean notifyNow(Intent intent) { method in class:PackageManagerTests.DeleteReceiver
1100 public boolean notifyNow(Intent intent) { method in class:PackageManagerTests.SdMountReceiver
1135 public boolean notifyNow(Intent intent) { method in class:PackageManagerTests.SdUnMountReceiver
1558 public boolean notifyNow(Intent intent) { method in class:PackageManagerTests.MoveReceiver

Completed in 127 milliseconds