Home
last modified time | relevance | path

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

/cts/tests/tests/identity/src/android/security/identity/cts/
DAttestationTest.java119 String appId = appContext.getPackageName(); in attestationTest() local
120 assertTrue(Bytes.indexOf(attestationApplicationId.get(), appId.getBytes()) != -1); in attestationTest()
/cts/hostsidetests/appsecurity/test-apps/ListeningPortsApp/src/android/appsecurity/cts/listeningports/
DListeningPortsTest.java123 int appId = UserHandle.getAppId(entry.uid); in testNoAccessibleListeningPorts() local
124 if (appId >= Process.FIRST_APPLICATION_UID in testNoAccessibleListeningPorts()
125 && appId <= Process.LAST_APPLICATION_UID) { in testNoAccessibleListeningPorts()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java588 public final int appId; field in PackageManagerShellCommandIncrementalTest.ReadLogEntry
591 private ReadLogEntry(String line, int blockIdx, int count, int fileIdx, int appId, in ReadLogEntry() argument
597 this.appId = appId; in ReadLogEntry()
602 return blockIdx + "/" + count + "/" + fileIdx + "/" + appId + "/" + userId; in toString()