HomeSort by relevance Sort by last modified time
    Searched full:userid (Results 176 - 200 of 280) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
wanrouter.h 317 unsigned char userid[511]; member in struct:wanif_conf
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
wanrouter.h 317 unsigned char userid[511]; member in struct:wanif_conf
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
wanrouter.h 317 unsigned char userid[511]; member in struct:wanif_conf
  /system/core/run-as/
run-as.c 113 /* check userid of caller - must be 'shell' or 'root' */
  /frameworks/base/core/java/android/widget/
RemoteViewsAdapter.java     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardViewMediator.java 319 public void onUserSwitching(int userId) {
334 public void onUserSwitchComplete(int userId) {
339 public void onUserRemoved(int userId) {
340 mLockPatternUtils.removeUser(userId);
341 sMultiUserAvatarCache.clear(userId);
345 public void onUserInfoChanged(int userId) {
346 sMultiUserAvatarCache.clear(userId);
    [all...]
  /frameworks/base/services/java/com/android/server/net/
NetworkStatsService.java 774 final int userId = intent.getIntExtra(Intent.EXTRA_USER_HANDLE, -1);
775 if (userId == -1) return;
780 removeUserLocked(userId);
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 147 Log.i(TAG, " UserId " + lhs.mUserId + " with " + rhs.mUserId);
318 public BaseItem(boolean isProcess, int userId) {
320 mUserId = userId;
338 public ServiceItem(int userId) {
339 super(false, userId);
572 MergedItem(int userId) {
573 super(false, userId);
    [all...]
  /frameworks/native/cmds/installd/
utils.c 144 int create_persona_media_path(char path[PATH_MAX], userid_t userid) {
145 if (snprintf(path, PATH_MAX, "%s%d", android_media_dir.path, userid) > PATH_MAX) {
995 int ensure_media_user_dirs(userid_t userid) {
999 // Ensure /data/media/<userid> exists
1000 create_persona_media_path(media_user_path, userid);
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java 451 final int userId = getChangingUserId();
452 final boolean retval = userId == mSettings.getCurrentUserId();
455 Slog.d(TAG, "--- ignore this call back from a background user: " + userId);
647 int userId = 0;
668 userId = ActivityManagerNative.getDefault().getCurrentUser().id;
676 mRes, context.getContentResolver(), mMethodMap, mMethodList, userId);
677 mFileManager = new InputMethodFileManager(mMethodMap, userId);
    [all...]
LocationManagerService.java 434 * @param userId the new active user's UserId
436 private void switchUser(int userId) {
437 mBlacklist.switchUser(userId);
445 mCurrentUserId = userId;
    [all...]
  /frameworks/base/services/java/com/android/server/search/
Searchables.java 84 public Searchables (Context context, int userId) {
86 mUserId = userId;
  /system/security/keystore/
keystore.cpp 604 UserState(uid_t userId) : mUserId(userId), mRetry(MAX_RETRY) {
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
progress.php 247 'TYPE-OF','USERID','VALID-EVENT','VALID-HANDLE',
255 'APPSERVER-PASSWORD','APPSERVER-USERID','ASYNCHRONOUS','ASYNC-REQUEST-COUNT',
361 'PROXY-PASSWORD','PROXY-USERID','PUBLIC-ID','PUBLISHED-EVENTS',
390 'UNIQUE-MATCH','URL','URL-PASSWORD','URL-USERID','EXTENT',
  /external/smack/src/org/jivesoftware/smackx/provider/
VCardProvider.java 166 NodeList nodes = document.getElementsByTagName("USERID");
  /frameworks/base/core/java/android/content/pm/
PackageManager.java     [all...]
  /frameworks/native/opengl/tools/glgen/
gen 28 echo "package android.content.pm; public interface IPackageManager {ApplicationInfo getApplicationInfo(java.lang.String packageName, int flags, java.lang.String userId) throws android.os.RemoteException;}" > out/android/content/pm/IPackageManager.java
  /ndk/sources/android/libthread_db/gdb-6.6/
libthread_db.c 116 * it is run as the same userID than the target (works fine if
  /ndk/sources/android/libthread_db/gdb-7.3.x/
libthread_db.c 113 * it is run as the same userID than the target (works fine if
  /frameworks/av/media/libmedia/
JetPlayer.cpp 425 EAS_U32 muteFlags, EAS_U8 userID)
430 return JET_QueueSegment(mEasData, segmentNum, libNum, repeatCount, transpose, muteFlags, userID);
472 ALOGV(">> current JET player status: userID=%d segmentRepeatCount=%d numQueuedSegments=%d paused=%d",
  /frameworks/base/core/java/android/app/
SearchableInfo.java 516 int userId) {
520 new UserHandle(userId));
522 Log.e(LOG_TAG, "Couldn't create package context for user " + userId);
    [all...]
  /frameworks/base/obex/javax/obex/
HeaderSet.java 592 * @param userID if <code>true</code>, a user ID is required in the reply;
599 public void createAuthenticationChallenge(String realm, boolean userID, boolean access)
607 mAuthChall = ObexHelper.computeAuthenticationChallenge(nonce, realm, access, userID);
  /external/quake/quake/src/QW/client/
cl_main.c 457 user <name or userid>
469 Con_Printf ("Usage: user <username / userid>\n");
479 if (cl.players[i].userid == uid
502 Con_Printf ("userid frags name\n");
508 Con_Printf ("%6i %4i %s\n", cl.players[i].userid, cl.players[i].frags, cl.players[i].name);
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
AgentSession.java 441 * @param userID the ID of the user to remove.
444 public void dequeueUser(String userID) throws XMPPException {
456 * @param userID the id of the user to get his conversations.
460 public Transcripts getTranscripts(String userID) throws XMPPException {
461 return transcriptManager.getTranscripts(workgroupJID, userID);
    [all...]
  /packages/apps/Settings/src/com/android/settings/users/
AppRestrictionsFragment.java 120 /** Key for extra passed in from calling fragment for the userId of the user being edited */
357 final int userId = mUser.getIdentifier();
358 if (!mUserManager.getUserInfo(userId).isRestricted()) {
367 ApplicationInfo info = ipm.getApplicationInfo(packageName, 0, userId);
379 ApplicationInfo info = ipm.getApplicationInfo(packageName, 0, userId);
    [all...]

Completed in 9338 milliseconds

1 2 3 4 5 6 78 91011>>