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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephonyRegistry.aidl36 void listen(String pkg, IPhoneStateListener callback, int events, boolean notifyNow);
38 boolean notifyNow);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierActionAgent.java201 * @param notifyNow if carrier action has once set, notify registrant right after
205 boolean notifyNow) {
213 if (notifyNow) {
204 registerForCarrierAction(int action, Handler h, int what, Object obj, boolean notifyNow) argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DTelephonyRegistryMock.java176 public void listen(String pkg, IPhoneStateListener callback, int events, boolean notifyNow) { argument
182 boolean notifyNow) {
181 listenForSubscriber(int subId, String pkg, IPhoneStateListener callback, int events, boolean notifyNow) argument
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java463 boolean notifyNow) {
465 events, notifyNow);
470 int events, boolean notifyNow) {
471 listen(pkgForDebug, callback, events, notifyNow, subId);
475 boolean notifyNow, int subId) {
479 + " notifyNow=" + notifyNow + " subId=" + subId + " myUserId="
539 if (notifyNow && validatePhoneId(phoneId)) {
462 listen(String pkgForDebug, IPhoneStateListener callback, int events, boolean notifyNow) argument
469 listenForSubscriber(int subId, String pkgForDebug, IPhoneStateListener callback, int events, boolean notifyNow) argument
474 listen(String callingPackage, IPhoneStateListener callback, int events, boolean notifyNow, int subId) argument
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java158 abstract boolean notifyNow(Intent intent); method in class:PackageManagerTests.GenericReceiver
162 if (notifyNow(intent)) {
191 public boolean notifyNow(Intent intent) { method in class:PackageManagerTests.InstallReceiver
801 public boolean notifyNow(Intent intent) { method in class:PackageManagerTests.ReplaceReceiver
960 public boolean notifyNow(Intent intent) { method in class:PackageManagerTests.DeleteReceiver
1094 public boolean notifyNow(Intent intent) { method in class:PackageManagerTests.SdMountReceiver
1129 public boolean notifyNow(Intent intent) { method in class:PackageManagerTests.SdUnMountReceiver
1529 public boolean notifyNow(Intent intent) { method in class:PackageManagerTests.MoveReceiver
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java3392 boolean notifyNow = (getITelephony() != null);
3400 listener.callback, events, notifyNow);

Completed in 111 milliseconds