Searched defs:notifyNow (Results 1 – 5 of 5) sorted by relevance
36 void listen(String pkg, IPhoneStateListener callback, int events, boolean notifyNow); in listen()38 boolean notifyNow); in listenForSubscriber()
176 public void listen(String pkg, IPhoneStateListener callback, int events, boolean notifyNow) { in listen()182 boolean notifyNow) { in listenForSubscriber()
456 boolean notifyNow) { in listen()463 int events, boolean notifyNow) { in listenForSubscriber()468 boolean notifyNow, int subId) { in listen()
158 abstract boolean notifyNow(Intent intent); in notifyNow() method in PackageManagerTests.GenericReceiver191 public boolean notifyNow(Intent intent) { in notifyNow() method in PackageManagerTests.InstallReceiver801 public boolean notifyNow(Intent intent) { in notifyNow() method in PackageManagerTests.ReplaceReceiver960 public boolean notifyNow(Intent intent) { in notifyNow() method in PackageManagerTests.DeleteReceiver1094 public boolean notifyNow(Intent intent) { in notifyNow() method in PackageManagerTests.SdMountReceiver1129 public boolean notifyNow(Intent intent) { in notifyNow() method in PackageManagerTests.SdUnMountReceiver1546 public boolean notifyNow(Intent intent) { in notifyNow() method in PackageManagerTests.MoveReceiver
2987 Boolean notifyNow = (getITelephony() != null); in listen() local