OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intentFormat
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/
fill_screens.py
58
intentFormat
= "#Intent;action=android.intent.action.MAIN;category=android.intent.category.LAUNCHER;launchFlags=0x10200000;component=%s;end"
72
intent =
intentFormat
% (APPLICATION_COMPONENTS[id % len(APPLICATION_COMPONENTS)])
/packages/apps/Launcher3/
fill_screens.py
58
intentFormat
= "#Intent;action=android.intent.action.MAIN;category=android.intent.category.LAUNCHER;launchFlags=0x10200000;component=%s;end"
72
intent =
intentFormat
% (APPLICATION_COMPONENTS[id % len(APPLICATION_COMPONENTS)])
Completed in 72 milliseconds