/aosp14/frameworks/base/services/usage/java/com/android/server/usage/ |
H A D | AppTimeLimitController.java | 131 final String observed = group.mObserved[i]; in removeUsageGroup() local 132 final ArrayList<UsageGroup> list = observedMap.get(observed); in removeUsageGroup() 137 observedMap.remove(observed); in removeUsageGroup() 269 mObserved = observed; in UsageGroup() 420 String[] observed, long timeLimitMs, PendingIntent limitReachedCallback) { in AppUsageGroup() argument 421 super(user, observerApp, observerId, observed, timeLimitMs, limitReachedCallback); in AppUsageGroup() 448 String[] observed, long timeLimitMs, PendingIntent limitReachedCallback, in SessionUsageGroup() argument 450 super(user, observerApp, observerId, observed, timeLimitMs, limitReachedCallback); in SessionUsageGroup() 526 String[] observed, long timeLimitMs, long timeUsedMs, in AppUsageLimitGroup() argument 751 public void addAppUsageObserver(int requestingUid, int observerId, String[] observed, in addAppUsageObserver() argument [all …]
|
H A D | UsageStatsService.java | 2625 public void registerUsageSessionObserver(int sessionObserverId, String[] observed, in registerUsageSessionObserver() argument 2633 if (observed == null || observed.length == 0) { in registerUsageSessionObserver() 2644 observed, timeLimitMs, sessionThresholdTimeMs, limitReachedCallbackIntent, in registerUsageSessionObserver() 2906 void registerUsageSessionObserver(int callingUid, int observerId, String[] observed, in registerUsageSessionObserver() argument 2909 mAppTimeLimit.addUsageSessionObserver(callingUid, observerId, observed, timeLimitMs, in registerUsageSessionObserver()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/ |
H A D | KeyguardQuickAffordanceRepositoryTest.kt | 299 val observed = collectLastValue(underTest.selections) regex 302 observed = observed(), 314 observed: Map<String, List<KeyguardQuickAffordanceConfig>>?, 317 assertThat(observed).isEqualTo(expected)
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/quickaffordance/ |
H A D | KeyguardQuickAffordanceLocalUserSelectionManagerTest.kt | 220 observed = affordanceIdsBySlotId.last(), 233 observed = affordanceIdsBySlotId.last(), 248 observed = affordanceIdsBySlotId.last(), 391 observed: Map<String, List<String>>?, 395 assertThat(observed).isEqualTo(expected)
|
/aosp14/frameworks/base/core/proto/android/server/ |
H A D | wirelesschargerdetector.proto | 35 // Previously observed wireless power state. 39 // The gravity vector most recently observed while at rest.
|
/aosp14/frameworks/base/tools/orientationplot/ |
H A D | README.txt | 54 observed between all adjacent pairs of orientations when turning the device 59 There should be no gap observed initially. The algorithm should pick one
|
/aosp14/frameworks/base/core/java/android/app/usage/ |
H A D | IUsageStatsManager.aidl | 67 void registerUsageSessionObserver(int sessionObserverId, in String[] observed, long timeLimitMs, in registerUsageSessionObserver() argument
|
/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A D | falsing.md | 74 performs a only very basic checking, checking that observed `MotionEvent`s are 128 observed gesture never happened. **This method must be called when the observed
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | BLASTSync.md | 13 which when observed by the client, produces a visible outcome in the produced frame. 82 …aining the state change must have been generated by a call to performTraversals which also observed
|