Searched refs:getPath (Results 1 - 25 of 193) sorted by relevance

12345678

/frameworks/support/transition/tests/src/android/support/transition/
H A DArcMotionTest.java38 Path path = arcMotion.getPath(0, 100, 100, 0);
42 path = arcMotion.getPath(100, 0, 0, -100);
46 path = arcMotion.getPath(0, -100, -100, 0);
50 path = arcMotion.getPath(-100, 0, 0, 100);
63 path = arcMotion.getPath(0, 120, 160, 0);
67 path = arcMotion.getPath(0, 160, 120, 0);
71 path = arcMotion.getPath(-120, 0, 0, 160);
75 path = arcMotion.getPath(-160, 0, 0, 120);
79 path = arcMotion.getPath(0, -120, -160, 0);
83 path = arcMotion.getPath(
[all...]
H A DPatternPathMotionTest.java46 assertPathMatches(expected, pathMotion.getPath(0, 0, 100, 100));
63 assertPathMatches(expected, pathMotion.getPath(0, 0, 0, 100));
/frameworks/base/core/tests/coretests/src/android/net/
H A DWebAddressTest.java30 assertEquals("/b/c/g", webAddress.getPath());
38 assertEquals("/?si=1", webAddress.getPath());
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DTaskSnapshotPersisterLoaderTest.java58 final File[] files = new File[] { new File(sFilesDir.getPath() + "/snapshots/1.proto"),
59 new File(sFilesDir.getPath() + "/snapshots/1.jpg"),
60 new File(sFilesDir.getPath() + "/snapshots/1_reduced.jpg")};
80 assertFalse(new File(sFilesDir.getPath() + "/snapshots/1.proto").exists());
81 assertFalse(new File(sFilesDir.getPath() + "/snapshots/1.jpg").exists());
82 assertFalse(new File(sFilesDir.getPath() + "/snapshots/1_reduced.jpg").exists());
119 new File(sFilesDir.getPath() + "/snapshots/3.proto"),
120 new File(sFilesDir.getPath() + "/snapshots/4.proto")};
122 new File(sFilesDir.getPath() + "/snapshots/100.proto"),
123 new File(sFilesDir.getPath()
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DMountServiceTests.java66 public String getPath() { method in class:MountServiceTests.ObbObserver
117 FileUtils.setPermissions(outFile.getPath(), FileUtils.S_IRWXU | FileUtils.S_IRWXG
120 FileUtils.setPermissions(outFile.getPath(), FileUtils.S_IRWXU | FileUtils.S_IRWXG
133 assertTrue("mountObb call on " + file.getPath() + " should succeed",
134 sm.mountObb(file.getPath(), null, observer));
140 assertTrue("OBB should be mounted", sm.isObbMounted(file.getPath()));
144 file.getPath(), observer.getPath());
154 assertTrue("mountObb call on " + file.getPath() + " should succeed", sm.mountObb(file
155 .getPath(), nul
[all...]
/frameworks/base/tools/aapt/
H A DOutputSet.h37 inline const android::String8& getPath() const { function in class:OutputEntry
41 bool operator<(const OutputEntry& o) const { return getPath() < o.mPath; }
42 bool operator==(const OutputEntry& o) const { return getPath() == o.mPath; }
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DLastMileLoggerTest.java62 mLastMileLogger = new LastMileLogger(mWifiInjector, mTraceDataFile.getPath(),
63 mTraceEnableFile.getPath(), mTraceReleaseFile.getPath());
68 new LastMileLogger(mWifiInjector, mTraceDataFile.getPath(), mTraceEnableFile.getPath(),
69 mTraceReleaseFile.getPath());
77 assertEquals("1", IoUtils.readFileAsString(mTraceEnableFile.getPath()));
94 assertEquals("0", IoUtils.readFileAsString(mTraceEnableFile.getPath()));
121 assertEquals("0", IoUtils.readFileAsString(mTraceEnableFile.getPath()));
143 assertEquals("0", IoUtils.readFileAsString(mTraceEnableFile.getPath()));
[all...]
H A DWifiApConfigStoreTest.java102 m.invoke(null, mApConfigFile.getPath(), config);
129 mContext, mBackupManagerProxy, mApConfigFile.getPath());
147 mContext, mBackupManagerProxy, mApConfigFile.getPath());
167 mContext, mBackupManagerProxy, mApConfigFile.getPath());
182 mContext, mBackupManagerProxy, mApConfigFile.getPath());
/frameworks/base/core/java/android/transition/
H A DPathMotion.java29 * by extending PathMotion and implementing {@link #getPath(float, float, float, float)}.
58 public abstract Path getPath(float startX, float startY, float endX, float endY); method in class:PathMotion
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/
H A DBaseTest.java26 System.setProperty("dexmaker.dexcache", mContext.getCacheDir().getPath());
/frameworks/support/transition/src/android/support/transition/
H A DPathMotion.java30 * by extending PathMotion and implementing {@link #getPath(float, float, float, float)}.
61 public abstract Path getPath(float startX, float startY, float endX, float endY); method in class:PathMotion
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseErrorHandlerTest.java46 mDatabase = SQLiteDatabase.openOrCreateDatabase(mDatabaseFile.getPath(), null,
68 BufferedWriter writer = new BufferedWriter(new FileWriter(mDatabaseFile.getPath()));
94 SQLiteDatabase db = SQLiteDatabase.openOrCreateDatabase(mDatabaseFile.getPath(), null,
116 mDatabaseFile.getPath());
120 mDatabaseFile.getPath());
/frameworks/base/media/java/android/mtp/
H A DMtpStorage.java40 mPath = volume.getPath();
61 public final String getPath() { method in class:MtpStorage
/frameworks/base/core/java/android/database/
H A DDefaultDatabaseErrorHandler.java54 Log.e(TAG, "Corruption reported by sqlite on database: " + dbObj.getPath());
64 deleteDatabaseFile(dbObj.getPath());
91 deleteDatabaseFile(dbObj.getPath());
/frameworks/av/media/mtp/
H A DMtpStorage.h52 inline const char* getPath() const { return (const char *)mFilePath; } function in class:android::MtpStorage
H A DMtpStorage.cpp67 if (statfs(getPath(), &stat))
76 if (statfs(getPath(), &stat))
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/solver/
H A DExecutionBranch.java52 public ExecutionPath getPath() { method in class:ExecutionBranch
/frameworks/base/core/java/android/os/
H A DSELinux.java148 file.getPath(), e);
166 file.getPath(), e);
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotLoader.java79 final Bitmap bitmap = BitmapFactory.decodeFile(bitmapFile.getPath(), options);
81 Slog.w(TAG, "Failed to load bitmap: " + bitmapFile.getPath());
87 + bitmapFile.getPath());
/frameworks/base/core/tests/coretests/src/android/provider/
H A DDocumentsProviderTest.java79 assertEquals(expected.getPath(), actual.getPath());
99 assertEquals(Arrays.asList(PARENT_DOCUMENT_ID, DOCUMENT_ID), path.getPath());
111 assertEquals(Arrays.asList(PARENT_DOCUMENT_ID, DOCUMENT_ID), path.getPath());
/frameworks/base/libs/hwui/
H A DRevealClip.h59 const SkPath* getPath() const { function in class:android::uirenderer::RevealClip
/frameworks/base/services/core/java/com/android/server/updates/
H A DTzDataInstallReceiver.java34 private static final String UPDATE_DIR_NAME = TZ_DATA_DIR.getPath() + "/updates/";
/frameworks/multidex/library/src/android/support/multidex/
H A DMultiDexExtractor.java112 Log.i(TAG, "Blocking on lock " + lockFile.getPath());
114 Log.i(TAG, lockFile.getPath() + " locked");
135 Log.e(TAG, "Failed to release lock on " + lockFile.getPath());
190 extractedFile.getPath() + "'");
279 extractedFile.getPath() + "'");
352 Log.w(TAG, "Failed to list secondary dex dir content (" + dexDir.getPath() + ").");
356 Log.i(TAG, "Trying to delete old file " + oldFile.getPath() + " of size " +
359 Log.w(TAG, "Failed to delete old file " + oldFile.getPath());
361 Log.i(TAG, "Deleted old file " + oldFile.getPath());
374 Log.i(TAG, "Extracting " + tmp.getPath());
[all...]
H A DMultiDex.java315 Log.i(TAG, "Clearing old secondary dex dir (" + dexDir.getPath() + ").");
318 Log.w(TAG, "Failed to list secondary dex dir content (" + dexDir.getPath() + ").");
322 Log.i(TAG, "Trying to delete old file " + oldFile.getPath() + " of size "
325 Log.w(TAG, "Failed to delete old file " + oldFile.getPath());
327 Log.i(TAG, "Deleted old file " + oldFile.getPath());
331 Log.w(TAG, "Failed to delete secondary dex dir " + dexDir.getPath());
333 Log.i(TAG, "Deleted old secondary dex dir " + dexDir.getPath());
361 Log.e(TAG, "Failed to create dir " + dir.getPath() + ". Parent file is null.");
363 Log.e(TAG, "Failed to create dir " + dir.getPath() +
370 throw new IOException("Failed to create directory " + dir.getPath());
[all...]
/frameworks/support/core-utils/tests/java/android/support/v4/content/
H A DFileProviderTest.java129 assertEquals(file.getPath(),
130 strat.getFileForUri(Uri.parse("content://authority/tag/file.test")).getPath());
133 assertEquals(file.getPath(), strat.getFileForUri(
134 Uri.parse("content://authority/tag/subdir/file.test")).getPath());
160 assertEquals(file.getPath(),
161 strat.getFileForUri(Uri.parse(expected)).getPath());
171 assertEquals(file.getPath(), strat.getFileForUri(
172 Uri.parse("content://authority/tag/file.txt?extra=foo")).getPath());
188 assertEquals(outFile.getPath(),
189 strat.getFileForUri(Uri.parse(expected)).getPath());
[all...]

Completed in 612 milliseconds

12345678