/external/smack/src/org/jivesoftware/smackx/workgroup/packet/ |
RoomInvitation.java | 48 * JID of the entity being invited. The entity could be another agent, user , a queue or a workgroup. In
53 * Full JID of the user that sent the invitation.
57 * ID of the session that originated the initial user request.
129 * A user is being invited to a groupchat support session. The user could be another agent
130 * or just a regular XMPP user.
132 user,
enum constant in enum:RoomInvitation.Type
|
RoomTransfer.java | 48 * JID of the entity being invited. The entity could be another agent, user , a queue or a workgroup. In
53 * Full JID of the user that sent the invitation.
57 * ID of the session that originated the initial user request.
129 * A user is being invited to a groupchat support session. The user could be another agent
130 * or just a regular XMPP user.
132 user,
enum constant in enum:RoomTransfer.Type
|
/frameworks/base/core/java/android/content/pm/ |
RegisteredServicesCache.java | 60 * {@link PackageManager} on a per-user basis. It's updated as packages are 62 * {@link #invalidateCache(int)} when a user is started, since 156 // External apps can't coexist with multi-user, so scan owner 163 final UserServices<V> user = findOrCreateUserLocked(userId); local 164 user.services = null; 170 final UserServices<V> user = findOrCreateUserLocked(userId); local 171 if (user.services != null) { 172 fout.println("RegisteredServicesCache: " + user.services.size() + " services"); 173 for (ServiceInfo<?> info : user.services.values()) { 249 // Find user and lazily populate cach 250 final UserServices<V> user = findOrCreateUserLocked(userId); local 265 final UserServices<V> user = findOrCreateUserLocked(userId); local 319 final UserServices<V> user = findOrCreateUserLocked(userId); local 509 final UserServices<V> user = findOrCreateUserLocked(userId); local 544 final UserServices<V> user = mUserServices.valueAt(i); local [all...] |
/frameworks/base/core/java/com/android/internal/net/ |
VpnConfig.java | 62 public String user; field in class:VpnConfig 109 out.writeString(user); 127 config.user = in.readString();
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
ApnSetting.java | 36 public final String user; field in class:ApnSetting 60 String user, String password, int authType, String[] types, 71 this.user = user; 91 * <mmsport>, <user>, <password>, <authtype>, <mcc>,<mnc>, 96 * <mmsport>, <user>, <password>, <authtype>, <mcc>, <mnc>,
|
/packages/apps/Settings/src/com/android/settings/users/ |
RestrictionUtils.java | 55 * Returns the current user restrictions in the form of application 57 * @return list of RestrictionEntry objects with user-visible text. 59 public static ArrayList<RestrictionEntry> getRestrictions(Context context, UserHandle user) { 63 Bundle userRestrictions = um.getUserRestrictions(user); 79 UserHandle user) { 81 Bundle userRestrictions = um.getUserRestrictions(user); 88 Secure.LOCATION_PROVIDERS_ALLOWED, "", user.getIdentifier()); 91 um.setUserRestrictions(userRestrictions, user);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/ |
x_tables.h | 17 } user; member in union:xt_entry_match::__anon37641 42 } user; member in union:xt_entry_target::__anon37644 59 .target.u.user = { \
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/ |
x_tables.h | 17 } user; member in union:xt_entry_match::__anon39232 42 } user; member in union:xt_entry_target::__anon39235 59 .target.u.user = { \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/ |
x_tables.h | 17 } user; member in union:xt_entry_match::__anon40746 42 } user; member in union:xt_entry_target::__anon40749 59 .target.u.user = { \
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/ |
user.h | 34 struct user{ struct
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/ |
user.h | 34 struct user{ struct
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/ |
user.h | 34 struct user{ struct
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/ |
user.h | 34 struct user{ struct
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm/ |
user.h | 34 struct user{ struct
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm/ |
user.h | 34 struct user{ struct
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
poplib.py | 43 USER name user(name) 64 NB: the POP protocol locks the mailbox from user 174 def user(self, user): member in class:POP3 175 """Send user name, return response 179 return self._shortcmd('USER %s' % user) 264 def rpop(self, user): 266 return self._shortcmd('RPOP %s' % user) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
poplib.py | 43 USER name user(name) 64 NB: the POP protocol locks the mailbox from user 174 def user(self, user): member in class:POP3 175 """Send user name, return response 179 return self._shortcmd('USER %s' % user) 264 def rpop(self, user): 266 return self._shortcmd('RPOP %s' % user) [all...] |
/system/core/toolbox/ |
lsof.c | 49 char user[USER_DISPLAY_MAX]; member in struct:pid_info_t 62 "USER", 91 info->cmdline, info->pid, info->user, type, 123 info->cmdline, info->pid, info->user, "mem", 147 info->cmdline, info->pid, info->user, "FDS", 181 strlcpy(info.user, pw->pw_name, sizeof(info.user)); 183 snprintf(info.user, USER_DISPLAY_MAX, "%d", (int)pidstat.st_uid); 186 strcpy(info.user, "???");
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-javamail.jar | |
/bionic/libc/kernel/arch-arm/asm/ |
user.h | 42 struct user{ struct
|
/bionic/libc/kernel/arch-x86/asm/ |
user_32.h | 65 struct user{ struct
|
/bionic/libc/kernel/common/linux/netfilter/ |
x_tables.h | 32 } user; member in union:xt_entry_match::__anon446 52 } user; member in union:xt_entry_target::__anon449
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
SwitchData.java | 35 private final CodeAddress user; field in class:SwitchData 54 * @param user {@code non-null;} address representing the instruction that 60 public SwitchData(SourcePosition position, CodeAddress user, 64 if (user == null) { 65 throw new NullPointerException("user == null"); 86 this.user = user; 102 int baseAddress = user.getAddress(); 148 return new SwitchData(getPosition(), user, cases, targets); 179 int baseAddress = user.getAddress() [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
SwitchData.java | 36 private final CodeAddress user; field in class:SwitchData 55 * @param user {@code non-null;} address representing the instruction that 61 public SwitchData(SourcePosition position, CodeAddress user, 65 if (user == null) { 66 throw new NullPointerException("user == null"); 87 this.user = user; 103 int baseAddress = user.getAddress(); 149 return new SwitchData(getPosition(), user, cases, targets); 180 int baseAddress = user.getAddress() [all...] |
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
user.h | 34 struct user{ struct
|