Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/MultiUserStorageApp/src/com/android/cts/multiuserstorageapp/
DMultiUserStorageTest.java132 final File myPath = Environment.getExternalStorageDirectory(); in testUserIsolation() local
134 assertEquals(String.valueOf(myId), myPath.getName()); in testUserIsolation()
136 Log.d(TAG, "My path is " + myPath); in testUserIsolation()
137 final File basePath = myPath.getParentFile(); in testUserIsolation()
150 final File myPath = Environment.getExternalStorageDirectory(); in testMediaProviderUserIsolation() local
152 assertEquals(String.valueOf(myId), myPath.getName()); in testMediaProviderUserIsolation()
154 Log.d(TAG, "My path is " + myPath + " user id " + myId); in testMediaProviderUserIsolation()
155 final File basePath = myPath.getParentFile(); in testMediaProviderUserIsolation()
/cts/tests/tests/gesture/src/android/gesture/cts/
DGestureTest.java92 Path myPath = new Path(); in testToPathPath() local
93 Path generatedPath = mGesture.toPath(myPath); in testToPathPath()
95 assertTrue(myPath == generatedPath); in testToPathPath()