Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/AppAccessData/src/com/android/cts/appaccessdata/
DAccessPrivateDataTest.java92 int otherAppUid = (int)inputStream.readInt(); in getOtherAppUid() local
94 return otherAppUid; in getOtherAppUid()
98 int otherAppUid = -1; in accessPrivateTrafficStats() local
100 otherAppUid = getOtherAppUid(); in accessPrivateTrafficStats()
113 if (tokens.length > 3 && tokens[3].equals(String.valueOf(otherAppUid))) { in accessPrivateTrafficStats()
/cts/hostsidetests/appsecurity/test-apps/AppWithData/src/com/android/cts/appwithdata/
DCreatePrivateDataTest.java103 int otherAppUid = (int)inputStream.readInt(); in accessPublicData() local