HomeSort by relevance Sort by last modified time
    Searched defs:user (Results 501 - 525 of 593) sorted by null

<<21222324

  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 85 " [--user <USER_ID> | current] <INTENT>\n" +
86 " am startservice [--user <USER_ID> | current] <INTENT>\n" +
87 " am stopservice [--user <USER_ID> | current] <INTENT>\n" +
88 " am force-stop [--user <USER_ID> | all | current] <PACKAGE>\n" +
89 " am kill [--user <USER_ID> | all | current] <PACKAGE>\n" +
91 " am broadcast [--user <USER_ID> | all | current] <INTENT>\n" +
93 " [--user <USER_ID> | current]\n" +
95 " am profile start [--user <USER_ID> current] <PROCESS> <FILE>\n" +
96 " am profile stop [--user <USER_ID> current] [<PROCESS>]\n" +
97 " am dumpheap [--user <USER_ID> current] [-n] <PROCESS> <FILE>\n"
1048 String user = nextArgRequired(); local
1053 String user = nextArgRequired(); local
    [all...]
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 29 * Logic for parsing a text message typed by the user looking for smileys,
66 /** Music note that indicates user is listening to a music track. */
433 // We will assume the user meant HTTP. (One weird case is where they
960 private String user; field in class:AbstractMessageParser.Photo
964 public Photo(String user, String album, String photo, String text) {
966 this.user = user;
971 public String getUser() { return user; }
1000 /** Returns the URL for the RSS description of the user's albums. */
1001 public static String getRssUrl(String user) {
1030 private String user; field in class:AbstractMessageParser.FlickrPhoto
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 76 // Caches for each user's settings, access-ordered for acting as LRU.
86 // database mutations are currently being handled for this user.
92 // Each defined user has their own settings
110 * Settings which need to be treated as global/shared in multi-user environments.
118 // Keys (name column) from the 'secure' table that are now in the owner user's 'global'
293 // enabled all the time to minimize development-vs-user
316 Log.d(TAG, "User " + mUserHandle + " external modification to " + mPath
323 Log.d(TAG, "User " + mUserHandle + " updating our caches for " + mPath);
373 Slog.i(TAG, "Installing settings db helper and caches for user " + userHandle);
434 // Only populate the globals cache once, for the owning user
485 final UserInfo user = mUserManager.getUserInfo(userHandle); local
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Vpn.java 250 int user = mVpnUsers.keyAt(i); local
251 mCallback.clearUserForwarding(mInterface, user, forwardDns);
252 hideNotification(user);
332 intent.setClassName(mPackage, config.user);
336 UserInfo user = mgr.getUserInfo(mUserId); local
337 if (user.isRestricted()) {
344 throw new SecurityException("Cannot find " + config.user);
347 throw new SecurityException(config.user + " does not require " + BIND_VPN_SERVICE);
350 throw new SecurityException("Cannot find " + config.user);
378 throw new IllegalStateException("Cannot bind " + config.user);
427 int user = oldUsers.keyAt(i); local
540 UserInfo user = mgr.getUserInfo(userId); local
555 UserInfo user = mgr.getUserInfo(userId); local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 442 authType = TextUtils.isEmpty(mApnSetting.user) ? RILConstants.SETUP_DATA_AUTH_NONE
456 mApnSetting.apn, mApnSetting.user, mApnSetting.password,
    [all...]
  /packages/apps/Settings/src/com/android/settings/users/
UserSettings.java 78 /** UserId of the user being removed */
80 /** UserId of the user that was just added */
263 UserInfo user = mUserManager.getUserInfo(UserHandle.myUserId()); local
264 if (user.iconPath == null || user.iconPath.equals("")) {
265 assignProfilePhoto(user);
269 profileName = user.name;
345 UserHandle user = new UserHandle(userId); local
346 mUserManager.setUserRestriction(UserManager.DISALLOW_MODIFY_ACCOUNTS, true, user);
347 mUserManager.setUserRestriction(UserManager.DISALLOW_SHARE_LOCATION, true, user);
576 UserInfo user = null; local
743 UserInfo user = mUserManager.getUserInfo(userId); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
xfrm.h 61 uid_t user; member in struct:xfrm_selector
124 XFRM_SHARE_USER, /* For this user only */
200 * Generic LSM security context for comunicating to user space
364 #define XFRM_POLICY_LOCALOK 1 /* Allow user to override global policy */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
xfrm.h 61 uid_t user; member in struct:xfrm_selector
124 XFRM_SHARE_USER, /* For this user only */
200 * Generic LSM security context for comunicating to user space
364 #define XFRM_POLICY_LOCALOK 1 /* Allow user to override global policy */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
xfrm.h 61 uid_t user; member in struct:xfrm_selector
124 XFRM_SHARE_USER, /* For this user only */
200 * Generic LSM security context for comunicating to user space
364 #define XFRM_POLICY_LOCALOK 1 /* Allow user to override global policy */
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 1899 llvm::User *user = *use; local
    [all...]
  /external/iproute2/include/linux/
xfrm.h 58 __kernel_uid32_t user; member in struct:xfrm_selector
141 XFRM_SHARE_USER, /* For this user only */
220 * Generic LSM security context for comunicating to user space
399 #define XFRM_POLICY_LOCALOK 1 /* Allow user to override global policy */
  /frameworks/base/core/java/android/app/
ContextImpl.java 154 public Intent registerReceiverAsUser(BroadcastReceiver receiver, UserHandle user,
159 return super.registerReceiverAsUser(null, user, filter, broadcastPermission, scheduler);
    [all...]
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java 127 // Notifications with scores below this will not interrupt the user, either via LED or
186 // app services for the current user only
601 * Called whenever packages change, the user switches, or ENABLED_NOTIFICATION_LISTENERS
643 Slog.v(TAG, "disabling notification listener for user " + oldUser + ": " + component);
650 Slog.v(TAG, "enabling notification listener for user " + currentUser + ": "
794 * Remove a listener service for the given user by ComponentName
1657 final UserHandle user = new UserHandle(userId); local
    [all...]
MountService.java 110 // TODO: listen for user creation/deletion
194 /** When defined, base template for user-specific {@link StorageVolume}. */
197 // TODO: separate storage volumes on per-user basis
578 final UserHandle user = new UserHandle(userId);
583 createEmulatedVolumeForUserLocked(user);
590 if (user.equals(volume.getOwner())) {
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
UserManagerService.java 96 private static final String TAG_USER = "user";
124 // Amount of time to force the user to wait before entering the PIN again, after failing
153 * Set of user IDs being actively removed. Removed IDs linger in this set
188 new File(Environment.getDataDirectory(), "user"));
206 // Make zeroth user directory, for services to migrate their files to that location
226 Slog.w(LOG_TAG, "Removing partially created user #" + i
262 checkManageUsersPermission("query user");
280 // If it is partial and not in the process of being removed, return as unknown user.
282 Slog.w(LOG_TAG, "getUserInfo: unknown user #" + userId);
301 Slog.w(LOG_TAG, "setUserName: unknown user #" + userId)
361 UserInfo user = mUsers.valueAt(i); local
531 UserInfo user = readUserLocked(Integer.parseInt(id)); local
567 UserInfo user = mUsers.get(UserHandle.USER_OWNER); local
577 UserInfo user = mUsers.get(UserHandle.USER_OWNER); local
722 UserInfo user = mUsers.valueAt(i); local
985 final UserInfo user; local
1464 UserInfo user = mUsers.get(userId); local
1528 UserInfo user = mUsers.valueAt(i); local
    [all...]
  /system/security/keystore/
keystore.cpp 66 * user-defined password. To keep things simple, buffers are always larger than
178 * Returns the app ID (in the Android multi-user sense) for the current
186 * Returns the user ID (in the Android multi-user sense) for the current
195 // All system users are equivalent for multi-user support.
201 struct user_perm user = user_perms[i]; local
202 if (user.uid == uid) {
203 return user.perms & perm;
217 struct user_euid user = user_euids[i]; local
218 if (user.uid == uid)
232 struct user_euid user = user_euids[i]; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
x509v3.h 270 ASN1_OCTET_STRING *user; member in struct:SXNET_ID_st
512 int SXNET_add_id_asc(SXNET **psx, char *zone, char *user, int userlen);
513 int SXNET_add_id_ulong(SXNET **psx, unsigned long lzone, char *user, int userlen);
514 int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *izone, char *user, int userlen);
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
x509v3.h 270 ASN1_OCTET_STRING *user; member in struct:SXNET_ID_st
512 int SXNET_add_id_asc(SXNET **psx, char *zone, char *user, int userlen);
513 int SXNET_add_id_ulong(SXNET **psx, unsigned long lzone, char *user, int userlen);
514 int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *izone, char *user, int userlen);
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 602 (** [user u] returns the user of the use [u].
604 val user : lluse -> llvalue var
626 method [llvm::User::getOperand]. *)
631 See the method [llvm::User::setOperand]. *)
635 See the method [llvm::User::getNumOperands]. *)
    [all...]
  /external/openssl/crypto/x509v3/
x509v3.h 270 ASN1_OCTET_STRING *user; member in struct:SXNET_ID_st
512 int SXNET_add_id_asc(SXNET **psx, char *zone, char *user, int userlen);
513 int SXNET_add_id_ulong(SXNET **psx, unsigned long lzone, char *user, int userlen);
514 int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *izone, char *user, int userlen);
  /external/openssl/include/openssl/
x509v3.h 270 ASN1_OCTET_STRING *user; member in struct:SXNET_ID_st
512 int SXNET_add_id_asc(SXNET **psx, char *zone, char *user, int userlen);
513 int SXNET_add_id_ulong(SXNET **psx, unsigned long lzone, char *user, int userlen);
514 int SXNET_add_id_INTEGER(SXNET **psx, ASN1_INTEGER *izone, char *user, int userlen);
  /external/qemu/target-arm/
translate.c 64 int user; member in struct:DisasContext
81 #define IS_USER(s) (s->user)
7541 int j, n, user, loaded_base; local
8703 int user; local
    [all...]
  /frameworks/base/services/java/com/android/server/content/
SyncStorageEngine.java 81 private static final String XML_ATTR_USER = "user";
117 /** Enum value for a user-initiated sync. */
130 "USER",
249 * @param userId which user this sync is registered for.
250 * @param userId user for which this authority is registered.
275 * @param userId user for which this authority is registered.
581 + ", user " + userId + " -> " + sync);
634 + ", user " + userId + " -> " + syncable);
671 + ", user " + userId
729 + " user:" + accountInfo.accountAndUser.userI
1843 String user = parser.getAttributeValue(null, XML_ATTR_USER); local
1873 String user = parser.getAttributeValue(null, XML_ATTR_USER); local
    [all...]
  /ndk/build/core/
definitions.mk     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 699 milliseconds

<<21222324