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

  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DataUsageController.java 122 public DataUsageInfo getMobileDataUsageInfoForUid(Integer uId, String subscriberId) {
129 return getDataUsageInfo(template, uId);
155 public DataUsageInfo getDataUsageInfo(NetworkTemplate template, int uId) {
163 if (uId == -1) {
166 mHistory = session.getHistoryForUid(template, uId, SET_ALL, 0, FIELDS);
200 if (uId != -1) {
201 usage.uId = uId;
282 public Integer uId;
  /frameworks/base/services/core/java/com/android/server/content/
ContentService.java 330 final int uid = Binder.getCallingUid(); local
333 userHandle = handleIncomingUser(uri, pid, uid,
346 Log.w(TAG, "Ignoring content changes for " + uri + " from " + uid + ": " + msg);
354 uid, pid, userHandle);
396 final int uid = Binder.getCallingUid(); local
400 userHandle = handleIncomingUser(uri, pid, uid,
413 Log.w(TAG, "Ignoring notify for " + uri + " from " + uid + ": " + msg);
456 syncManager.scheduleLocalSync(null /* all accounts */, callingUserHandle, uid,
457 uri.getAuthority(), getSyncExemptionForCaller(uid));
470 private int checkUriPermission(Uri uri, int pid, int uid, int modeFlags, int userHandle)
1329 public final int uid; field in class:ContentService.ObserverNode.ObserverEntry
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shobjidl.h     [all...]
commctrl.h     [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 115 milliseconds