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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java951 String mTopAction = Intent.ACTION_MAIN; field in class:ActivityManagerService
3105 Intent intent = new Intent(mTopAction, mTopData != null ? Uri.parse(mTopData) : null);
3115 && mTopAction == null) {
11279 mTopAction = Intent.ACTION_FACTORY_TEST;
11292 mTopAction = null;

Completed in 83 milliseconds