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

/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java294 boolean notifyNow) {
296 notifyNow);
301 int events, boolean notifyNow) {
302 listen(pkgForDebug, callback, events, notifyNow, subId);
306 boolean notifyNow, long subId) {
311 + " notifyNow=" + notifyNow + " subId=" + subId + " myUid=" + myUid
354 if (notifyNow && validatePhoneId(phoneId)) {
293 listen(String pkgForDebug, IPhoneStateListener callback, int events, boolean notifyNow) argument
300 listenForSubscriber(long subId, String pkgForDebug, IPhoneStateListener callback, int events, boolean notifyNow) argument
305 listen(String pkgForDebug, IPhoneStateListener callback, int events, boolean notifyNow, long subId) argument
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java153 abstract boolean notifyNow(Intent intent); method in class:PackageManagerTests.GenericReceiver
157 if (notifyNow(intent)) {
186 public boolean notifyNow(Intent intent) { method in class:PackageManagerTests.InstallReceiver
806 public boolean notifyNow(Intent intent) { method in class:PackageManagerTests.ReplaceReceiver
965 public boolean notifyNow(Intent intent) { method in class:PackageManagerTests.DeleteReceiver
1098 public boolean notifyNow(Intent intent) { method in class:PackageManagerTests.SdMountReceiver
1133 public boolean notifyNow(Intent intent) { method in class:PackageManagerTests.SdUnMountReceiver
1556 public boolean notifyNow(Intent intent) { method in class:PackageManagerTests.MoveReceiver

Completed in 135 milliseconds