HomeSort by relevance Sort by last modified time
    Searched refs:fullId (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageHelperTests.java 33 private String fullId;
83 fullId = PREFIX;
84 fullId2 = PackageHelper.createSdDir(1024, fullId, "none", android.os.Process.myUid());
86 Log.d(TAG,PackageHelper.getSdDir(fullId));
87 PackageHelper.unMountSdDir(fullId);
105 String path = PackageHelper.mountSdDir(fullId, "none",
122 PackageHelper.destroySdDir(fullId);
123 Log.e(TAG, "destroy done: " + fullId);
  /frameworks/base/core/tests/coretests/src/android/os/storage/
AsecTests.java 73 String fullId = "com.android.unittests.AsecTests." + localId;
76 if (containers[i].equals(fullId)) {
85 String fullId = "com.android.unittests.AsecTests." + localId;
88 return ms.createSecureContainer(fullId, size, "fat", key, android.os.Process.myUid());
93 String fullId = "com.android.unittests.AsecTests." + localId;
96 return ms.mountSecureContainer(fullId, key, android.os.Process.myUid());
110 String fullId = "com.android.unittests.AsecTests." + localId;
113 return ms.unmountSecureContainer(fullId, force);
118 String fullId = "com.android.unittests.AsecTests." + localId;
121 return ms.destroySecureContainer(fullId, force)
    [all...]

Completed in 111 milliseconds