HomeSort by relevance Sort by last modified time
    Searched defs:ACTION_USER_INITIALIZE (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
IntentCompatUtils.java 22 // Note that Intent.ACTION_USER_INITIALIZE have been introduced in API level 17
24 public static final String ACTION_USER_INITIALIZE =
26 CompatUtils.getField(Intent.class, "ACTION_USER_INITIALIZE"));
33 return ACTION_USER_INITIALIZE != null && intent != null
34 && ACTION_USER_INITIALIZE.equals(intent.getAction());
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /prebuilts/sdk/current/
android.jar 

Completed in 128 milliseconds