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

  /frameworks/base/core/java/com/android/internal/net/
VpnInfo.java 29 public int ownerUid;
36 "ownerUid=" + ownerUid +
49 dest.writeInt(ownerUid);
58 info.ownerUid = source.readInt();
  /frameworks/base/services/core/java/com/android/server/pm/dex/
DexLogger.java 74 int ownerUid = appInfo.uid;
80 ownerUid, appInfo.volumeUuid, storageFlags);
97 writeDclEvent(ownerUid, message);
106 if (otherUid != -1 && otherUid != ownerUid) {
  /frameworks/base/services/core/java/com/android/server/input/
InputWindowHandle.java 89 public int ownerUid;
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/internal/
DisplayConfig.java 237 public int ownerUid;
310 ownerUid = other.ownerUid;
354 && ownerUid == other.ownerUid
397 ownerUid = other.ownerUid;
448 other.ownerUid = ownerUid;
524 if (ownerUid != 0 || ownerPackageName != null)
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
DisplayDeviceInfo.java 274 public int ownerUid;
334 || ownerUid != other.ownerUid
369 ownerUid = other.ownerUid;
400 if (ownerUid != 0 || ownerPackageName != null) {
402 sb.append(" (uid ").append(ownerUid).append(")");
  /frameworks/base/services/core/jni/
com_android_server_input_InputWindowHandle.cpp 54 jfieldID ownerUid;
155 mInfo->ownerUid = env->GetIntField(obj,
156 gInputWindowHandleClassInfo.ownerUid);
297 GET_FIELD_ID(gInputWindowHandleClassInfo.ownerUid, clazz,
298 "ownerUid", "I");
  /frameworks/native/services/surfaceflinger/
Client.cpp 151 const sp<IBinder>& parentHandle, int32_t windowType, int32_t ownerUid,
189 int32_t ownerUid;
194 sp<IBinder>* handle, int32_t windowType, int32_t ownerUid,
200 parent(parent), windowType(windowType), ownerUid(ownerUid) {
205 windowType, ownerUid, handle, gbp, parent);
212 windowType, ownerUid, gbp, &parent);
  /frameworks/base/core/java/android/view/
DisplayInfo.java 244 public int ownerUid;
324 && ownerUid == other.ownerUid
368 ownerUid = other.ownerUid;
413 ownerUid = source.readInt();
458 dest.writeInt(ownerUid);
571 return Display.hasAccess(uid, flags, ownerUid);
664 if (ownerUid != 0 || ownerPackageName != null) {
666 sb.append(" (uid ").append(ownerUid).append(")")
    [all...]
  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
BatteryStatsCpuTimesTest.java 356 final int ownerUid = UserHandle.getUid(testUserId, FIRST_APPLICATION_UID + 42);
357 mBatteryStatsImpl.addIsolatedUidLocked(isolatedUid, ownerUid);
381 u = mBatteryStatsImpl.getUidStats().get(ownerUid);
384 assertNotNull("No entry for owner uid=" + ownerUid, u);
    [all...]
  /frameworks/native/services/inputflinger/
InputWindow.h 135 int32_t ownerUid;
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 

Completed in 299 milliseconds