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

  /frameworks/base/services/core/java/com/android/server/input/
InputWindowHandle.java 86 public int ownerUid;
  /frameworks/base/core/java/android/view/
DisplayInfo.java 215 public int ownerUid;
281 && ownerUid == other.ownerUid
318 ownerUid = other.ownerUid;
349 ownerUid = source.readInt();
381 dest.writeInt(ownerUid);
422 return Display.hasAccess(uid, flags, ownerUid);
500 if (ownerUid != 0 || ownerPackageName != null) {
502 sb.append(" (uid ").append(ownerUid).append(")")
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
DisplayDeviceInfo.java 211 public int ownerUid;
253 && ownerUid == other.ownerUid
279 ownerUid = other.ownerUid;
302 if (ownerUid != 0 || ownerPackageName != null) {
304 sb.append(" (uid ").append(ownerUid).append(")");
  /frameworks/base/services/core/jni/
com_android_server_input_InputWindowHandle.cpp 55 jfieldID ownerUid;
158 mInfo->ownerUid = env->GetIntField(obj,
159 gInputWindowHandleClassInfo.ownerUid);
302 GET_FIELD_ID(gInputWindowHandleClassInfo.ownerUid, clazz,
303 "ownerUid", "I");
  /frameworks/base/services/core/java/com/android/server/power/
Notifier.java 141 int ownerUid, int ownerPid, WorkSource workSource, String historyTag) {
145 + ", ownerUid=" + ownerUid + ", ownerPid=" + ownerPid
152 && ownerUid == Process.SYSTEM_UID;
157 mBatteryStats.noteStartWakelock(ownerUid, ownerPid, tag, historyTag,
161 AppOpsManager.OP_WAKE_LOCK, ownerUid, packageName);
172 int ownerUid, int ownerPid, WorkSource workSource, String historyTag,
184 + ", ownerUid=" + newOwnerUid + ", ownerPid=" + newOwnerPid
195 onWakeLockReleased(flags, tag, packageName, ownerUid, ownerPid, workSource, historyTag);
205 int ownerUid, int ownerPid, WorkSource workSource, String historyTag)
    [all...]
  /frameworks/native/services/inputflinger/
InputWindow.h 138 int32_t ownerUid;
  /frameworks/base/core/java/android/os/storage/
IMountService.java 253 int ownerUid, boolean external) throws RemoteException {
263 _data.writeInt(ownerUid);
324 public int mountSecureContainer(String id, String key, int ownerUid, boolean readOnly)
333 _data.writeInt(ownerUid);
    [all...]

Completed in 511 milliseconds