Searched refs:shouldNotify (Results 1 – 4 of 4) sorted by relevance
63 boolean shouldNotify = false; in handleMessage()66 shouldNotify = true; in handleMessage()76 shouldNotify = true; in handleMessage()79 if (shouldNotify) { in handleMessage()
260 boolean shouldNotify = false; in updateVolumeForDevices()268 shouldNotify = true; in updateVolumeForDevices()270 if (shouldNotify) { in updateVolumeForDevices()
576 boolean shouldNotify = false; in addServiceResults()603 shouldNotify |= isInserted; in addServiceResults()616 if (shouldNotify) { in addServiceResults()
370 @NonNull String callingPackage, boolean shouldNotify) { in updateDataEnabledAndNotify() argument374 if (!mInitialized || shouldNotify || prevDataEnabled != mIsDataEnabled) { in updateDataEnabledAndNotify()