Home
last modified time | relevance | path

Searched defs:uid (Results 1 – 19 of 19) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/MultiUserStorageApp/src/com/android/cts/multiuserstorageapp/
DMultiUserStorageTest.java64 final int uid = android.os.Process.myUid(); in testWriteIsolatedStorage() local
66 writeInt(buildApiPath(FILE_SINGLETON), uid); in testWriteIsolatedStorage() local
67 writeInt(buildApiPath(FILE_MY_UID), uid); in testWriteIsolatedStorage() local
80 final int uid = android.os.Process.myUid(); in testReadIsolatedStorage() local
/cts/tests/app/src/android/app/cts/
DActivityManagerProcessErrorStateInfoTest.java43 int uid = 3; in testWriteToParcel() local
77 int uid = 3; in testReadFromParcel() local
/cts/tests/tests/security/src/android/security/cts/
DListeningPortsTest.java229 private String uidToPackage(int uid) { in uidToPackage()
295 private final int uid; field in ListeningPortsTest.ParsedProcEntry
297 private ParsedProcEntry(InetAddress addr, int port, String state, int uid) { in ParsedProcEntry()
336 int uid = Integer.parseInt(fields[7]); in parse() local
/cts/tests/tests/view/src/android/view/inputmethod/cts/
DInputBindingTest.java33 int uid = 1; in testInputBinding() local
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DDataSaverModeTest.java155 int uid = -1; in testGetRestrictBackgroundStatus_requiredWhitelistedPackages() local
DAbstractRestrictBackgroundNetworkTestCase.java541 protected void addRestrictBackgroundWhitelist(int uid) throws Exception { in addRestrictBackgroundWhitelist()
546 protected void removeRestrictBackgroundWhitelist(int uid) throws Exception { in removeRestrictBackgroundWhitelist()
551 protected void assertRestrictBackgroundWhitelist(int uid, boolean expected) throws Exception { in assertRestrictBackgroundWhitelist()
555 protected void addRestrictBackgroundBlacklist(int uid) throws Exception { in addRestrictBackgroundBlacklist()
560 protected void removeRestrictBackgroundBlacklist(int uid) throws Exception { in removeRestrictBackgroundBlacklist()
565 protected void assertRestrictBackgroundBlacklist(int uid, boolean expected) throws Exception { in assertRestrictBackgroundBlacklist()
569 private void assertRestrictBackground(String list, int uid, boolean expected) throws Exception { in assertRestrictBackground()
798 private ProcessState getProcessStateByUid(int uid) throws Exception { in getProcessStateByUid()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DBaseDeviceOwnerTest.java39 public String onChoosePrivateKeyAlias(Context context, Intent intent, int uid, Uri uri, in onChoosePrivateKeyAlias()
/cts/hostsidetests/net/src/com/android/cts/net/
DHostsideRestrictBackgroundNetworkTests.java242 private void assertRestrictBackgroundWhitelist(int uid, boolean expected) throws Exception { in assertRestrictBackgroundWhitelist()
284 protected void addRestrictBackgroundWhitelist(int uid) throws Exception { in addRestrictBackgroundWhitelist()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DProtocolParamsReaderActivity.java45 public boolean parseProtocolParameters(StringBuilder sb, byte[] uid, in parseProtocolParameters()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/os/
DFileUtils.java56 private int uid; field in FileUtils.FileStatus
108 public native static String getUserName(int uid); in getUserName()
/cts/tests/tests/permission/src/android/permission/cts/
DFileUtils.java67 public int uid; field in FileUtils.FileStatus
121 public native static String getUserName(int uid); in getUserName()
/cts/libs/deviceutil/src/android/cts/util/
DFileUtils.java66 public int uid; field in FileUtils.FileStatus
99 public native static String getUserName(int uid); in getUserName()
/cts/apps/CtsVerifier/jni/verifier/
Dcom_android_cts_verifier_os_FileUtils.cpp78 jint uid) in com_android_cts_verifier_os_FileUtils_getUserName()
/cts/libs/deviceutil/jni/
Dandroid_cts_FileUtils.cpp81 jint uid) in android_cts_FileUtils_getUserName()
/cts/tests/tests/os/src/android/os/cts/
DWorkSourceTest.java50 private WorkSource wsNew(int uid) throws IllegalArgumentException, in wsNew()
76 private boolean wsAdd(WorkSource ws, int uid) throws IllegalArgumentException, in wsAdd()
82 private boolean wsAdd(WorkSource ws, int uid, String name) throws IllegalArgumentException, in wsAdd()
/cts/tests/tests/externalservice/src/android/externalservice/cts/
DExternalServiceTest.java286 int uid; field in ExternalServiceTest.ServiceIdentity
/cts/tests/tests/permission/jni/
Dandroid_permission_cts_FileUtils.cpp84 jobject /* thiz */, jint uid) in android_permission_cts_FileUtils_getUserName()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java267 private void checkPackagesNameForUid(String expectedName, String[] uid) { in checkPackagesNameForUid()
/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java3254 final String uid = "uid_123"; in testEventsUid2445() local