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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java1013 String mTopAction = Intent.ACTION_MAIN; field in class:ActivityManagerService
3471 Intent intent = new Intent(mTopAction, mTopData != null ? Uri.parse(mTopData) : null);
3481 && mTopAction == null) {
11815 mTopAction = Intent.ACTION_FACTORY_TEST;
11828 mTopAction = null;

Completed in 341 milliseconds