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

  /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...]
  /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;
  /external/chromium_org/third_party/angle/src/compiler/translator/
SymbolTable.h 109 userType(uT),
130 return userType;
163 bool userType;
  /packages/apps/Settings/src/com/android/settings/users/
UserSettings.java 371 private void onAddUserClicked(int userType) {
374 switch (userType) {
520 final int userType = dialogId == DIALOG_ADD_USER
528 addUserNow(userType);
660 private void addUserNow(final int userType) {
668 if (userType == USER_TYPE_USER) {
675 if (userType == USER_TYPE_USER) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 

Completed in 276 milliseconds