Home
last modified time | relevance | path

Searched refs:getPath (Results 1 – 25 of 42) sorted by relevance

12

/development/tools/idegen/src/
DIntelliJ.java42 .append(sourceRoot.getPath()) in generateFrom()
55 .append(excludedDir.getPath()) in generateFrom()
80 .append(jar.getPath()) in generateFrom()
93 String path = file.getPath(); in isTests()
DEclipse.java69 String path = sourceRoot.getPath().substring(2); in generateFrom()
119 String path = sourceRoot.getPath(); in constructExcluding()
131 String nextPath = nextRoot.getPath(); in constructExcluding()
148 String excludedPath = excludedDir.getPath(); in constructExcluding()
169 return file.getPath().substring(2); in trimmed()
DConfiguration.java132 String path = file.getPath().substring(2); in traverse()
188 String parentPath = parent.getPath(); in rootOf()
230 String sourcePath = sourceRoot.getPath() + "/"; in excludesUnderSourceRoots()
233 if (file.getPath().startsWith(sourcePath)) { in excludesUnderSourceRoots()
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DListenerService.java39 if (Constants.CLEAR_NOTIFICATIONS_PATH.equals(messageEvent.getPath())) { in onMessageReceived()
42 } else if (Constants.START_ATTRACTION_PATH.equals(messageEvent.getPath())) { in onMessageReceived()
49 } else if (Constants.START_NAVIGATION_PATH.equals(messageEvent.getPath())) { in onMessageReceived()
/development/samples/browseable/SynchronizedNotifications/Wearable/src/com.example.android.wearable.synchronizednotifications/
DNotificationUpdateService.java97 if (Constants.WATCH_ONLY_PATH.equals(dataEvent.getDataItem().getUri().getPath())) { in onDataChanged()
99 } else if (Constants.BOTH_PATH.equals(dataEvent.getDataItem().getUri().getPath())) { in onDataChanged()
104 Log.d(TAG, "DataItem deleted: " + dataEvent.getDataItem().getUri().getPath()); in onDataChanged()
106 if (Constants.BOTH_PATH.equals(dataEvent.getDataItem().getUri().getPath())) { in onDataChanged()
/development/samples/browseable/BeamLargeFiles/src/com.example.android.common/assetprovider/
DAssetProvider.java66 String path = uri.getPath(); in getType()
92 String path = uri.getPath(); in openAssetFile()
/development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/
DDataLayerListenerService.java72 String path = uri.getPath(); in onDataChanged()
92 if (messageEvent.getPath().equals(START_ACTIVITY_PATH)) { in onMessageReceived()
/development/samples/browseable/DelayedConfirmation/Wearable/src/com.example.android.wearable.delayedconfirmation/
DWearableMessageListenerService.java33 if (event.getPath().equals(START_ACTIVITY_PATH)) { in onMessageReceived()
/development/tools/idegen/src/com/android/idegen/
DDirectorySearch.java93 file.getPath()); in findAndInitRepoRoot()
226 .toURI().getPath()).getParentFile(); in findTemplateDir()
232 if (currentDir.getPath().endsWith("out/production")) { in findTemplateDir()
/development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/
DCameraHelper.java178 mediaFile = new File(mediaStorageDir.getPath() + File.separator + in getOutputMediaFile()
181 mediaFile = new File(mediaStorageDir.getPath() + File.separator + in getOutputMediaFile()
/development/samples/browseable/DelayedConfirmation/Application/src/com.example.android.wearable.delayedconfirmation/
DMainActivity.java88 if (messageEvent.getPath().equals(TIMER_SELECTED_PATH)) { in onMessageReceived()
91 } else if (messageEvent.getPath().equals(TIMER_FINISHED_PATH)) { in onMessageReceived()
/development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/
DCameraHelper.java178 mediaFile = new File(mediaStorageDir.getPath() + File.separator + in getOutputMediaFile()
181 mediaFile = new File(mediaStorageDir.getPath() + File.separator + in getOutputMediaFile()
/development/samples/browseable/MediaRecorder/src/com.example.android.common.media/
DCameraHelper.java178 mediaFile = new File(mediaStorageDir.getPath() + File.separator + in getOutputMediaFile()
181 mediaFile = new File(mediaStorageDir.getPath() + File.separator + in getOutputMediaFile()
/development/samples/ApiDemos/src/com/example/android/apis/content/
DFileProvider.java78 result[i] = uri.getPath(); in query()
117 String path = uri.getPath(); in openFile()
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/service/
DListenerService.java59 && Constants.ATTRACTION_PATH.equals(event.getDataItem().getUri().getPath())) { in onDataChanged()
73 if (Constants.CLEAR_NOTIFICATIONS_PATH.equals(messageEvent.getPath())) { in onMessageReceived()
/development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/db/
DUpdateService.java77 Log.d(TAG, "Received a data item with uri: " + dataItemUri.getPath()); in onDataChanged()
79 if (dataItemUri.getPath().startsWith(Constants.PATH)) { in onDataChanged()
/development/samples/ApiDemos/src/com/example/android/apis/os/
DMmsFileProvider.java76 File file = new File(getContext().getCacheDir(), uri.getPath()); in openFile()
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DImageCache.java569 !isExternalStorageRemovable() ? getExternalCacheDir(context).getPath() : in getDiskCacheDir()
570 context.getCacheDir().getPath(); in getDiskCacheDir()
658 return new File(Environment.getExternalStorageDirectory().getPath() + cacheDir); in getExternalCacheDir()
672 final StatFs stats = new StatFs(path.getPath()); in getUsableSpace()
/development/tools/mkstubs/src/com/android/mkstubs/
DSourceGenerator.java71 mLog.debug("Writing " + f.getPath()); in createWriter()
DStubGenerator.java70 mLog.debug("Wrote %s", destJar.getPath()); in generateStubbedJar()
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DDigitalWatchFaceConfigListenerService.java48 if (!messageEvent.getPath().equals(DigitalWatchFaceUtil.PATH_WITH_FEATURE)) { in onMessageReceived()
/development/apps/Development/src/com/android/development/
DMediaScannerActivity.java114 mTitle.setText("Media Scanner started scanning " + intent.getData().getPath());
117 mTitle.setText("Media Scanner finished scanning " + intent.getData().getPath());
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DPathAnimations.java136 Path path = mCanvasView.getPath(); in startAnimator()
232 public Path getPath() { in getPath() method in PathAnimations.CanvasView
/development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.wearable.synchronizednotifications/
DDismissListener.java62 if (Constants.BOTH_PATH.equals(dataEvent.getDataItem().getUri().getPath())) { in onDataChanged()
/development/samples/Obb/src/com/example/android/obbapp/
DObbMountActivity.java75 mObbPath = new File(Environment.getExternalStorageDirectory(), "test1.obb").getPath(); in onCreate()

12