Searched defs:remainingWidgets (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/ |
H A D | PeopleBackupFollowUpJobTest.java | 124 Map<String, Set<String>> remainingWidgets = in testProcessFollowUpFile_shouldFollowUp() local 141 Map<String, Set<String>> remainingWidgets = in testProcessFollowUpFile_shouldRestore() local 164 Map<String, Set<String>> remainingWidgets = new HashMap<>(); in testShouldCancelJob_remainingWidgets_shortTimeElapsed_shouldNotCancel() local 171 Map<String, Set<String>> remainingWidgets = new HashMap<>(); in testShouldCancelJob_remainingWidgets_longTimeElapsed_shouldCancel() local 185 Map<String, Set<String>> remainingWidgets = new HashMap<>(); in testCancelJobAndClearRemainingWidgets() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
H A D | PeopleBackupFollowUpJob.java | 117 Map<String, Set<String>> remainingWidgets = in onStartJob() local 142 Map<String, Set<String>> remainingWidgets = new HashMap<>(); in processFollowUpFile() local 166 public boolean shouldCancelJob(Map<String, Set<String>> remainingWidgets, in shouldCancelJob() 186 public void cancelJobAndClearRemainingWidgets(Map<String, Set<String>> remainingWidgets, in cancelJobAndClearRemainingWidgets() 195 Set<String>> remainingWidgets, SharedPreferences sp) { in removeUnavailableShortcutsFromSharedStorage()
|