Searched refs:myPath (Results 1 – 2 of 2) sorted by relevance
132 final File myPath = Environment.getExternalStorageDirectory(); in testUserIsolation() local134 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() local152 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()169 fail("Accessing through media provider should not be allowed. Path " + myPath); in testMediaProviderUserIsolation()
92 Path myPath = new Path(); in testToPathPath() local93 Path generatedPath = mGesture.toPath(myPath); in testToPathPath()95 assertTrue(myPath == generatedPath); in testToPathPath()