Searched defs:appId (Results 1 – 3 of 3) sorted by relevance
119 String appId = appContext.getPackageName(); in attestationTest() local
123 int appId = UserHandle.getAppId(entry.uid); in testNoAccessibleListeningPorts() local
595 public final int appId; field in PackageManagerShellCommandIncrementalTest.ReadLogEntry598 private ReadLogEntry(String line, int blockIdx, int count, int fileIdx, int appId, in ReadLogEntry()