HomeSort by relevance Sort by last modified time
    Searched refs:isProfile (Results 1 - 24 of 24) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/
UserUtil.java 39 public static boolean isProfile(Context context, UserHandle userHandle) {
CallsManager.java     [all...]
  /packages/apps/Settings/src/com/android/settings/
ChooseLockGeneric.java     [all...]
ConfirmLockPassword.java 53 // The index of the array is isStrongAuth << 2 + isProfile << 1 + isAlpha.
195 boolean isProfile = UserManager.get(getActivity()).isManagedProfile(mEffectiveUserId);
196 // Map boolean flags to an index by isStrongAuth << 2 + isProfile << 1 + isAlpha.
197 int index = ((isStrongAuthRequired ? 1 : 0) << 2) + ((isProfile ? 1 : 0) << 1)
  /packages/apps/Contacts/src/com/android/contacts/
ContactSaveService.java 439 String saveModeExtraKey, int saveMode, boolean isProfile,
444 return createSaveContactIntent(context, state, saveModeExtraKey, saveMode, isProfile,
460 String saveModeExtraKey, int saveMode, boolean isProfile,
467 serviceIntent.putExtra(EXTRA_SAVE_IS_PROFILE, isProfile);
491 boolean isProfile = intent.getBooleanExtra(EXTRA_SAVE_IS_PROFILE, false);
559 if (isProfile) {
626 isProfile
633 if (isProfile) {
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/
Tool.java 482 if (isProfile()) {
646 generator.setProfile(isProfile());
    [all...]
  /prebuilts/tools/common/m2/repository/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.0/
gradle-tooling-api-2.0.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.1/
gradle-tooling-api-2.1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.10/
gradle-tooling-api-2.10.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.14/
gradle-tooling-api-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.14.1/
gradle-tooling-api-2.14.1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.2/
gradle-tooling-api-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.8/
gradle-tooling-api-2.8.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/3.2/
gradle-tooling-api-3.2.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/3.3/
gradle-tooling-api-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/3.4.1/
gradle-tooling-api-3.4.1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/3.5-20170307000048+0000/
gradle-tooling-api-3.5-20170307000048+0000.jar 
  /tools/external/gradle/
gradle-api-2.14.1.jar 
gradle-api-3.2.jar 
gradle-api-3.3.jar 

Completed in 593 milliseconds