Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DShortcutSelectionLogic.java97 boolean shouldNotify = false; in addServiceResults()
139 shouldNotify |= isInserted; in addServiceResults()
152 return shouldNotify; in addServiceResults()
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/2/android/automotive/watchdog/internal/
DPackageIoOveruseStats.aidl37 boolean shouldNotify;
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/3/android/automotive/watchdog/internal/
DPackageIoOveruseStats.aidl37 boolean shouldNotify;
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/1/android/automotive/watchdog/internal/
DPackageIoOveruseStats.aidl37 boolean shouldNotify;
/packages/services/Car/cpp/watchdog/aidl/aidl_api/android.automotive.watchdog.internal/current/android/automotive/watchdog/internal/
DPackageIoOveruseStats.aidl37 boolean shouldNotify;
/packages/services/Car/cpp/watchdog/aidl/android/automotive/watchdog/internal/
DPackageIoOveruseStats.aidl34 boolean shouldNotify;
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/
DMediaQualityAnalyzer.cpp593 bool shouldNotify = false; in processMediaQuality() local
600 shouldNotify = true; in processMediaQuality()
611 shouldNotify = true; in processMediaQuality()
654 if (shouldNotify) in processMediaQuality()
/packages/services/Mtp/src/com/android/mtp/
DDocumentLoader.java198 final boolean shouldNotify = in run()
203 if (shouldNotify) { in run()
/packages/services/Car/cpp/watchdog/server/src/
DIoOveruseMonitor.cpp331 stats.shouldNotify = false; in onPeriodicCollection()
358 stats.shouldNotify = true; in onPeriodicCollection()
375 stats.shouldNotify = true; in onPeriodicCollection()
/packages/services/Car/cpp/watchdog/server/tests/
DIoOveruseMonitorTest.cpp119 const int32_t uid, const bool shouldNotify, const bool isKillable, in constructPackageIoOveruseStats() argument
124 stats.shouldNotify = shouldNotify; in constructPackageIoOveruseStats()
DWatchdogServiceHelperTest.cpp533 stats.shouldNotify = true; in TEST_F()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGattTest.java177 boolean shouldNotify, in verifySetValue() argument
292 if (shouldNotify) { in verifySetValue()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java177 if (!shouldNotify()) { in update()
297 private static boolean shouldNotify() { in shouldNotify() method in BugleNotifications
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DWatchdogPerfHandlerUnitTest.java4993 boolean shouldNotify, android.automotive.watchdog.PerStateBytes forgivenWriteBytes, in constructPackageIoOveruseStats() argument
4997 stats.shouldNotify = shouldNotify; in constructPackageIoOveruseStats()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java4667 boolean shouldNotify = false;
4670 shouldNotify = true;
4677 if (shouldNotify) {
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java950 if (stats.shouldNotify) { in latestIoOveruseStatsInternal()