Searched defs:mTopAction (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java659 String mTopAction; field in class:ActivityManagerService
2216 && mTopAction == null) {
2223 mTopAction,
7587 mTopAction = action != null ? action : Intent.ACTION_MAIN;
7843 mTopAction = Intent.ACTION_FACTORY_TEST;
7856 mTopAction = null;

Completed in 142 milliseconds