Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java1286 String mTopAction = Intent.ACTION_MAIN; field in ActivityManagerService
4039 Intent intent = new Intent(mTopAction, mTopData != null ? Uri.parse(mTopData) : null); in getHomeIntent()
4050 && mTopAction == null) { in startHomeActivityLocked()
14099 mTopAction = Intent.ACTION_FACTORY_TEST;
14112 mTopAction = null;