Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DModifierShortcutManager.java86 static SparseArray<String> sApplicationLaunchKeyRoles; field in ModifierShortcutManager
88 sApplicationLaunchKeyRoles = new SparseArray<String>();
90 sApplicationLaunchKeyRoles.append( in sApplicationLaunchKeyRoles.append()
374 String role = sApplicationLaunchKeyRoles.get(keyCode); in handleIntentShortcut()