HomeSort by relevance Sort by last modified time
    Searched defs:userType (Results 1 - 25 of 29) sorted by null

1 2

  /external/nist-sip/java/gov/nist/javax/sip/address/
UserInfo.java 55 /** userType field
57 protected int userType;
83 if (this.userType != other.userType) {
129 return userType;
181 userType = type;
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
PropertyBoxParserImpl.java 78 public Class<? extends Box> getClassForFourCc(String type, byte[] userType, String parent) {
79 FourCcToBox fourCcToBox = new FourCcToBox(type, userType, parent).invoke();
88 public Box createBox(String type, byte[] userType, String parent) {
90 FourCcToBox fourCcToBox = new FourCcToBox(type, userType, parent).invoke();
103 if ("userType".equals(param[i])) {
104 constructorArgs[i] = userType;
145 private byte[] userType;
150 public FourCcToBox(String type, byte[] userType, String parent) {
153 this.userType = userType;
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
ContactInfo.java 22 import com.android.contacts.common.ContactsUtils.UserType;
61 public @UserType long userType;
129 if (userType != other.userType) {
173 + ", userType="
174 + userType
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
AbstractBox.java 53 private byte[] userType;
64 protected AbstractBox(String type, byte[] userType) {
66 this.userType = userType;
190 return userType;
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 109 public long userType;
162 userType = USER_TYPE_CURRENT;
182 info.userType = USER_TYPE_CURRENT;
236 info.userType = USER_TYPE_WORK;
673 .append("\nuserType " + userType)
  /packages/apps/Dialer/java/com/android/incallui/
CallerInfo.java 36 import com.android.contacts.common.ContactsUtils.UserType;
123 public @UserType long userType;
174 userType = ContactsUtils.USER_TYPE_CURRENT;
211 info.userType = ContactsUtils.USER_TYPE_CURRENT;
319 // Determine userType by directoryId and contactId
332 info.userType = ContactsUtils.determineUserType(directoryId, contactId);
336 context, info.lookupKeyOrNull, info.userType, directoryId);
570 .append("\nuserType: " + userType)
ContactInfoCache.java 272 cce.userType = info.userType;
721 public long userType = ContactsUtils.USER_TYPE_CURRENT;
764 + ", userType="
765 + userType
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/gob/
type.go 149 // userType returns, and saves, the information associated with user-provided type rt.
151 func userType(rt reflect.Type) *userTypeInfo {
284 wireTypeUserInfo = userType(reflect.TypeOf((*wireType)(nil)))
530 typ := userType(f.Type).base
533 t := userType(f.Type).base
584 ut := userType(rt)
624 userType(rt) // might as well cache it now
722 userType, err := getType(rt.Name(), ut, rt)
726 gt := userType.id().gobType().(*gobEncoderType)
766 t, err := getTypeInfo(userType(rt)
    [all...]
  /prebuilts/go/linux-x86/src/encoding/gob/
type.go 149 // userType returns, and saves, the information associated with user-provided type rt.
151 func userType(rt reflect.Type) *userTypeInfo {
284 wireTypeUserInfo = userType(reflect.TypeOf((*wireType)(nil)))
530 typ := userType(f.Type).base
533 t := userType(f.Type).base
584 ut := userType(rt)
624 userType(rt) // might as well cache it now
722 userType, err := getType(rt.Name(), ut, rt)
726 gt := userType.id().gobType().(*gobEncoderType)
766 t, err := getTypeInfo(userType(rt)
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
SymbolTable.h 87 TVariable(const TString *name, const TType& t, bool uT = false ) : TSymbol(name), type(t), userType(uT), unionArray(0), arrayInformationType(0) { }
92 bool isUserType() const { return userType; }
119 bool userType;
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardSecurityContainer.java 218 private void showAlmostAtWipeDialog(int attempts, int remaining, int userType) {
220 switch (userType) {
237 private void showWipeDialog(int attempts, int userType) {
239 switch (userType) {
275 int userType = USER_TYPE_PRIMARY;
279 userType = USER_TYPE_SECONDARY_USER;
282 userType = USER_TYPE_WORK_PROFILE;
285 showAlmostAtWipeDialog(failedAttempts, remainingBeforeWipe, userType);
289 showWipeDialog(failedAttempts, userType);
  /packages/apps/Contacts/src/com/android/contacts/list/
PhoneNumberListAdapter.java 525 final long userType = ContactsUtils.determineUserType(directoryId, null);
530 !isExtendedDirectory(directoryId) && userType == ContactsUtils.USER_TYPE_WORK);
ContactEntryListAdapter.java 624 final long userType = ContactsUtils.determineUserType(directoryId, null);
625 view.setWorkProfileIconEnabled(userType == ContactsUtils.USER_TYPE_WORK);
  /packages/apps/Dialer/java/com/android/contacts/common/list/
PhoneNumberListAdapter.java 449 final long userType = ContactsUtils.determineUserType(directoryId, null);
454 !isExtendedDirectory(directoryId) && userType == ContactsUtils.USER_TYPE_WORK);
ContactEntryListAdapter.java 596 final long userType = ContactsUtils.determineUserType(directoryId, null);
597 view.setWorkProfileIconEnabled(userType == ContactsUtils.USER_TYPE_WORK);
  /packages/apps/Settings/src/com/android/settings/password/
ConfirmDeviceCredentialBaseFragment.java 328 final int userType = getUserTypeForWipe();
333 final int messageId = getLastTryErrorMessage(userType);
338 final int messageId = getWipeMessage(userType);
356 protected abstract int getLastTryErrorMessage(int userType);
358 private int getWipeMessage(int userType) {
359 switch (userType) {
367 throw new IllegalArgumentException("Unrecognized user type:" + userType);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
SymbolTable.h 155 userType(uT),
165 virtual bool isUserType() const { return userType; }
181 bool userType;
  /packages/apps/Settings/src/com/android/settings/users/
UserSettings.java 400 private void onAddUserClicked(int userType) {
403 switch (userType) {
533 final int userType = dialogId == DIALOG_ADD_USER
541 addUserNow(userType);
705 private void addUserNow(final int userType) {
708 mAddingUserName = userType == USER_TYPE_USER ? getString(R.string.user_new_user_name)
715 if (userType == USER_TYPE_USER) {
725 if (userType == USER_TYPE_USER) {
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidp/1.11.18/
aws-java-sdk-cognitoidp-1.11.18.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/kotlin-compiler/26.2.0-alpha16/
kotlin-compiler-26.2.0-alpha16.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 

Completed in 353 milliseconds

1 2