OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lastshortcuts
(Results
1 - 1
of
1
) sorted by null
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerLauncherCallbackTest.java
45
private final List<ShortcutInfo>
lastShortcuts
= new ArrayList<>();
81
lastShortcuts
.clear();
82
lastShortcuts
.addAll(shortcuts);
88
lastShortcuts
.clear();
98
return assertWith(
lastShortcuts
);
102
return
lastShortcuts
;
106
for (ShortcutInfo si :
lastShortcuts
) {
Completed in 417 milliseconds