Home
last modified time | relevance | path

Searched refs:ownerUid (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/internal/
DDisplayConfig.java238 public int ownerUid; field in DisplayConfig
313 ownerUid = other.ownerUid; in DisplayConfig()
358 && ownerUid == other.ownerUid in equals()
401 ownerUid = other.ownerUid; in copyFrom()
454 other.ownerUid = ownerUid; in copyTo()
530 if (ownerUid != 0 || ownerPackageName != null) { in toString()
532 sb.append(" (uid ").append(ownerUid).append(")"); in toString()