Home
last modified time | relevance | path

Searched refs:getRecord (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DTimeToLiveHelperTest.java73 private NotificationRecord getRecord(String tag, int timeoutAfter) { in getRecord() method in TimeToLiveHelperTest
88 mHelper.scheduleTimeoutLocked(getRecord("testTimeout", 1), 1); in testTimeout()
96 NotificationRecord r = getRecord("testTimeoutExpires", 1); in testTimeoutExpires()
109 NotificationRecord first = getRecord("testTimeoutFirst", 1); in testTimeoutExpires_twoEntries()
110 NotificationRecord later = getRecord("testTimeoutSecond", 2); in testTimeoutExpires_twoEntries()
129 NotificationRecord later = getRecord("testTimeoutSecond", 2); in testTimeout_earlierEntryAddedSecond()
135 NotificationRecord first = getRecord("testTimeoutFirst", 1); in testTimeout_earlierEntryAddedSecond()
154 NotificationRecord first = getRecord("testTimeoutFirst", 1); in testTimeout_earlierEntryAddedFirst()
155 NotificationRecord later = getRecord("testTimeoutSecond", 2); in testTimeout_earlierEntryAddedFirst()
168 NotificationRecord first = getRecord("testTimeoutFirst", 1); in testTimeout_updateEarliestEntry()
[all …]
DNotificationChannelExtractorTest.java87 private NotificationRecord getRecord(NotificationChannel channel, Notification n) { in getRecord() method in NotificationChannelExtractorTest
100 NotificationRecord r = getRecord(channel, n); in testExtractsUpdatedConversationChannel()
120 NotificationRecord r = getRecord(channel, n); in testInvalidShortcutFlagEnabled_looksUpCorrectNonChannel()
141 NotificationRecord r = getRecord(channel, n); in testInvalidShortcutFlagDisabled_looksUpCorrectChannel()
169 NotificationRecord r = getRecord(channel, n); in testAudioAttributes_callStyleCanUseCallUsage()
188 NotificationRecord r = getRecord(channel, n); in testAudioAttributes_nonCallStyleCannotUseCallUsage()
210 NotificationRecord r = getRecord(channel, n); in testAudioAttributes_alarmCategoryCanUseAlarmUsage()
229 NotificationRecord r = getRecord(channel, n); in testAudioAttributes_nonAlarmCategoryCannotUseAlarmUsage()
250 NotificationRecord r = getRecord(channel, n); in testAudioAttributes_noMediaUsage()
271 NotificationRecord r = getRecord(channel, n); in testAudioAttributes_noUnknownUsage()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DStartingSurfaceDrawer.java110 final StartingWindowRecord startingWindowRecord = mWindowRecords.getRecord(taskId); in getStartingWindowBackgroundColorForTask()
189 records.getRecord(taskId); in onImeDrawnOnTask()
360 StartingWindowRecord getRecord(int taskId) { in getRecord() method in StartingSurfaceDrawer.StartingWindowRecordManager
DSplashscreenWindowCreator.java171 mStartingWindowRecordManager.getRecord(taskId); in addSplashScreenStartingWindow()
205 (SplashWindowRecord) mStartingWindowRecordManager.getRecord(taskId); in addSplashScreenStartingWindow()
286 mStartingWindowRecordManager.getRecord(taskId); in copySplashScreenView()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityEvent.java1130 public AccessibilityRecord getRecord(int index) { in getRecord() method in AccessibilityEvent
1761 getRecord(i).appendTo(builder).append("\n"); in toString()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34819 method public android.view.accessibility.AccessibilityRecord getRecord(int);
/frameworks/base/core/api/
Dcurrent.txt54711 method public android.view.accessibility.AccessibilityRecord getRecord(int);