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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java1467 String mTopAction = Intent.ACTION_MAIN; field in class:ActivityManagerService
4641 Intent intent = new Intent(mTopAction, mTopData != null ? Uri.parse(mTopData) : null);
4652 && mTopAction == null) {
15197 mTopAction = Intent.ACTION_FACTORY_TEST;
15210 mTopAction = null;
[all...]

Completed in 65 milliseconds