Searched refs:notifyNow (Results 1 - 7 of 7) 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.java250 * @param notifyNow if carrier action has once set, notify registrant right after
254 boolean notifyNow) {
262 if (notifyNow) {
253 registerForCarrierAction(int action, Handler h, int what, Object obj, boolean notifyNow) argument
H A DServiceStateTracker.java854 * @param notifyNow notify upon registration if data roaming is off
856 public void registerForDataRoamingOff(Handler h, int what, Object obj, boolean notifyNow) { argument
860 if (notifyNow && !mSS.getDataRoaming()) {
/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.java455 boolean notifyNow) {
457 events, notifyNow);
462 int events, boolean notifyNow) {
463 listen(pkgForDebug, callback, events, notifyNow, subId);
467 boolean notifyNow, int subId) {
471 + " notifyNow=" + notifyNow + " subId=" + subId + " myUserId="
531 if (notifyNow && validatePhoneId(phoneId)) {
454 listen(String pkgForDebug, IPhoneStateListener callback, int events, boolean notifyNow) argument
461 listenForSubscriber(int subId, String pkgForDebug, IPhoneStateListener callback, int events, boolean notifyNow) argument
466 listen(String callingPackage, IPhoneStateListener callback, int events, boolean notifyNow, int subId) argument
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java149 abstract boolean notifyNow(Intent intent); method in class:PackageManagerTests.GenericReceiver
153 if (notifyNow(intent)) {
182 public boolean notifyNow(Intent intent) { method in class:PackageManagerTests.InstallReceiver
824 public boolean notifyNow(Intent intent) { method in class:PackageManagerTests.ReplaceReceiver
972 public boolean notifyNow(Intent intent) { method in class:PackageManagerTests.DeleteReceiver
1097 public boolean notifyNow(Intent intent) { method in class:PackageManagerTests.SdMountReceiver
1132 public boolean notifyNow(Intent intent) { method in class:PackageManagerTests.SdUnMountReceiver
1509 public boolean notifyNow(Intent intent) { method in class:PackageManagerTests.MoveReceiver
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java3549 boolean notifyNow = (getITelephony() != null);
3560 listener.callback, events, notifyNow);

Completed in 107 milliseconds