/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
H A D | UiccStateChangedLauncher.java | 63 boolean shouldNotify = false; in handleMessage() 66 shouldNotify = true; in handleMessage() 76 shouldNotify = true; in handleMessage() 79 if (shouldNotify) { in handleMessage()
|
/aosp12/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/internal/ |
H A D | PackageIoOveruseStats.aidl | 34 boolean shouldNotify;
|
/aosp12/frameworks/base/services/core/java/com/android/server/media/ |
H A D | BluetoothRouteProvider.java | 248 boolean shouldNotify = false; in updateVolumeForDevices() 256 shouldNotify = true; in updateVolumeForDevices() 258 if (shouldNotify) { in updateVolumeForDevices()
|
/aosp12/packages/services/Mtp/src/com/android/mtp/ |
H A D | DocumentLoader.java | 198 final boolean shouldNotify = in run() 203 if (shouldNotify) { in run()
|
/aosp12/frameworks/base/core/java/com/android/internal/app/ |
H A D | ChooserListAdapter.java | 515 boolean shouldNotify = false; in addServiceResults() 537 shouldNotify |= isInserted; in addServiceResults() 550 if (shouldNotify) { in addServiceResults()
|
/aosp12/packages/services/Car/cpp/watchdog/server/src/ |
H A D | IoOveruseMonitor.cpp | 291 stats.shouldNotify = false; 318 stats.shouldNotify = true; 335 stats.shouldNotify = true;
|
/aosp12/packages/services/Car/cpp/watchdog/server/tests/ |
H A D | IoOveruseMonitorTest.cpp | 113 const int32_t uid, const bool shouldNotify, const bool isKillable, in constructPackageIoOveruseStats() argument 118 stats.shouldNotify = shouldNotify; in constructPackageIoOveruseStats()
|
H A D | WatchdogServiceHelperTest.cpp | 391 stats.shouldNotify = true; in TEST_F()
|
/aosp12/frameworks/base/core/java/com/android/internal/jank/ |
H A D | InteractionJankMonitor.java | 379 if (session.shouldNotify()) { in handleCujEvents() 952 public boolean shouldNotify() { in shouldNotify() method in InteractionJankMonitor.Session
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
H A D | BugleNotifications.java | 177 if (!shouldNotify()) { in update() 297 private static boolean shouldNotify() { in shouldNotify() method in BugleNotifications
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/ |
H A D | CarWatchdogServiceUnitTest.java | 4270 boolean shouldNotify, android.automotive.watchdog.PerStateBytes forgivenWriteBytes, in constructPackageIoOveruseStats() argument 4274 stats.shouldNotify = shouldNotify; in constructPackageIoOveruseStats()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | CallsManager.java | 3689 boolean shouldNotify = false; 3692 shouldNotify = true; 3698 if (shouldNotify) {
|
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/ |
H A D | WatchdogPerfHandler.java | 786 if (stats.shouldNotify) { in latestIoOveruseStats()
|