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

/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java777 String mTopAction; field in class:ActivityManagerService
1954 && mTopAction == null) {
1961 mTopAction,
5979 mTopAction = action != null ? action : Intent.ACTION_MAIN;
6094 mTopAction = Intent.ACTION_MAIN;
6226 mTopAction = Intent.ACTION_FACTORY_TEST;
6239 mTopAction = null;

Completed in 41 milliseconds