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.java995 String mTopAction = Intent.ACTION_MAIN; field in ActivityManagerService
3421 Intent intent = new Intent(mTopAction, mTopData != null ? Uri.parse(mTopData) : null); in getHomeIntent()
3431 && mTopAction == null) { in startHomeActivityLocked()
11749 mTopAction = Intent.ACTION_FACTORY_TEST; in systemReady()
11762 mTopAction = null; in systemReady()