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

1 2 3 4 56 7 8 91011>>

  /external/iptables/extensions/
libxt_owner.c 65 "[!] --uid-owner userid Match local UID\n"
77 "[!] --uid-owner userid Match local UID\n"
88 "[!] --uid-owner userid[-userid] Match local UID\n"
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
FileTransferNegotiator.java 387 * @param userID The userID of the user to whom the file will be sent.
398 public StreamNegotiator negotiateOutgoingTransfer(final String userID,
412 si.setTo(userID);
  /frameworks/base/services/java/com/android/server/am/
ConnectionRecord.java 66 sb.append(binding.client.userId);
ActivityStack.java 443 return r.userId == mCurrentUser
528 final int userId = UserHandle.getUserId(info.applicationInfo.uid);
532 if (!r.finishing && r.task != cp && r.userId == userId
572 final int userId = UserHandle.getUserId(info.applicationInfo.uid);
578 if (r.intent.getComponent().equals(cls) && r.userId == userId) {
601 final boolean switchUserLocked(int userId, UserStartedState uss) {
602 mCurrentUser = userId;
612 if (top.userId == userId) return true
    [all...]
ActivityRecord.java 63 final int userId; // Which user is this running for?
140 pw.print(" userId="); pw.println(userId);
340 userId = UserHandle.getUserId(aInfo.applicationInfo.uid);
421 realTheme, com.android.internal.R.styleable.Window, userId);
    [all...]
ProcessRecord.java 52 final int userId; // user of process.
164 pw.print(prefix); pw.print("user #"); pw.print(userId);
333 userId = UserHandle.getUserId(_uid);
411 sb.append(userId);
  /frameworks/base/services/java/com/android/server/firewall/
SenderFilter.java 33 private static final String VAL_USER_ID = "userId";
  /packages/apps/Settings/src/com/android/settings/
KeyguardAppWidgetPickActivity.java 519 int userId = ActivityManager.getCurrentUser();
521 userId);
585 int userId = ActivityManager.getCurrentUser();
586 AppWidgetHost.deleteAppWidgetIdForSystem(mAppWidgetId, userId);
  /system/core/include/cutils/
sockets.h 100 * (the userid that owns the process on the other end of that socket)
  /frameworks/base/core/java/android/app/
ActivityManager.java 573 public List<RecentTaskInfo> getRecentTasksForUser(int maxNum, int flags, int userId)
577 flags, userId);
    [all...]
  /dalvik/vm/native/
dalvik_system_Zygote.cpp 252 userid_t userid = multiuser_get_user_id(uid); local
278 snprintf(source_user, PATH_MAX, "%s/%d", source, userid);
282 snprintf(target_user, PATH_MAX, "%s/%d", target, userid);
310 snprintf(target_android, PATH_MAX, "%s/%d/Android", target, userid);
312 snprintf(target_obb, PATH_MAX, "%s/%d/Android/obb", target, userid);
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 473 int userId) {
474 setCurrentUserId(userId);
481 public void setCurrentUserId(int userId) {
483 Slog.d(TAG, "--- Swtich the current user from " + mCurrentUserId + " to " + userId);
486 mCurrentUserId = userId;
    [all...]
  /frameworks/base/services/java/com/android/server/
AppWidgetServiceImpl.java 203 AppWidgetServiceImpl(Context context, int userId, Handler saveStateHandler) {
207 mUserId = userId;
745 int userId = UserHandle.getUserId(id.provider.uid);
746 if (userId != mUserId) {
748 + " binding to provider on user " + userId);
756 new UserHandle(userId));
    [all...]
EventLogTags.logtags 55 2750 notification_enqueue (pkg|3),(id|1|5),(tag|3),(userid|1|5),(notification|3)
58 2751 notification_cancel (pkg|3),(id|1|5),(tag|3),(userid|1|5),(required_flags|1),(forbidden_flags|1)
60 2752 notification_cancel_all (pkg|3),(userid|1|5),(required_flags|1),(forbidden_flags|1)
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 575 final long userId = rawContact.getServerContactId();
580 final long profileId = lookupProfile(resolver, userId);
589 values.put(StatusUpdates.IM_HANDLE, userId);
    [all...]
  /external/quake/quake/src/QW/server/
sv_main.c 80 void SV_AcceptClient (netadr_t adr, int userid, char *userinfo);
303 MSG_WriteLong (buf, client->userid);
361 Con_Printf ("%i %i %i %i \"%s\" \"%s\" %i %i\n", cl->userid,
505 static int userid; local
584 userid++; // so every client gets a unique id
589 newcl->userid = userid;
613 userid--;
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 277 HashSet<String> grantedPermissions, PackageUserState state, int userId) {
288 pi.applicationInfo = generateApplicationInfo(p, flags, state, userId);
330 state, userId);
352 state, userId);
374 state, userId);
396 state, userId);
    [all...]
  /development/ndk/platforms/android-3/include/linux/
wanrouter.h 317 unsigned char userid[511]; member in struct:wanif_conf
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
kixtart.php 152 '@UserID',
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 101 jet.QueueSegment(queueSeg.userID, queueSeg.seg_num, queueSeg.dls_num, queueSeg.repeat, queueSeg.transpose, queueSeg.mute_flags)
105 def __init__ (self, name, userID, seg_num, dls_num=-1, repeat=0, transpose=0, mute_flags=0, status=''):
107 self.userID = userID
  /frameworks/base/core/jni/
android_media_JetPlayer.cpp 272 jbyte userID)
283 = lpJet->queueSegment(segmentNum, libNum, repeatCount, transpose, muteFlags, userID);
299 jbyte userID)
328 result = lpJet->queueSegment(segmentNum, libNum, repeatCount, transpose, muteMask, userID);
  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncStorageEngineTest.java 129 private void removePeriodicSyncs(SyncStorageEngine engine, Account account, int userId,
131 engine.setIsSyncable(account, userId, authority,
133 List<PeriodicSync> syncs = engine.getPeriodicSyncs(account, userId, authority);
135 engine.removePeriodicSync(sync.account, userId, sync.authority, sync.extras);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h 317 unsigned char userid[511]; member in struct:wanif_conf
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
wanrouter.h 317 unsigned char userid[511]; member in struct:wanif_conf
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
wanrouter.h 317 unsigned char userid[511]; member in struct:wanif_conf

Completed in 1433 milliseconds

1 2 3 4 56 7 8 91011>>