Home
last modified time | relevance | path

Searched defs:aih (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
H A DAppIdleHistoryTests.java61 AppIdleHistory aih = new AppIdleHistory(mStorageDir, 0); in testFilesCreation() local
75 AppIdleHistory aih = new AppIdleHistory(mStorageDir, 1000); in testScreenOnTime() local
96 AppIdleHistory aih = new AppIdleHistory(mStorageDir, 1000); in testBuckets() local
149 AppIdleHistory aih = new AppIdleHistory(mStorageDir, 1000); in testJobRunTime() local
161 AppIdleHistory aih = new AppIdleHistory(mStorageDir, 1000); in testReason() local
175 AppIdleHistory aih = new AppIdleHistory(mStorageDir, 1000); in testNullPackage() local
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmClockFragment.kt127 val aih = mItemAdapter.findItemById(mExpandedAlarmId) regex
294 val aih = mItemAdapter.findItemById(mExpandedAlarmId) regex