Home
last modified time | relevance | path

Searched refs:shouldNotify (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccStateChangedLauncher.java63 boolean shouldNotify = false; in handleMessage()
66 shouldNotify = true; in handleMessage()
76 shouldNotify = true; in handleMessage()
79 if (shouldNotify) { in handleMessage()
/frameworks/base/services/core/java/com/android/server/media/
DLegacyBluetoothRouteController.java260 boolean shouldNotify = false; in updateVolumeForDevices()
268 shouldNotify = true; in updateVolumeForDevices()
270 if (shouldNotify) { in updateVolumeForDevices()
/frameworks/base/core/java/com/android/internal/app/
DChooserListAdapter.java576 boolean shouldNotify = false; in addServiceResults()
603 shouldNotify |= isInserted; in addServiceResults()
616 if (shouldNotify) { in addServiceResults()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataSettingsManager.java370 @NonNull String callingPackage, boolean shouldNotify) { in updateDataEnabledAndNotify() argument
374 if (!mInitialized || shouldNotify || prevDataEnabled != mIsDataEnabled) { in updateDataEnabledAndNotify()