Home
last modified time | relevance | path

Searched refs:folder (Results 1 – 25 of 49) sorted by relevance

12

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMasRequestPushMessage.java35 private BluetoothMasRequestPushMessage(String folder) { in BluetoothMasRequestPushMessage() argument
37 if (folder == null) { in BluetoothMasRequestPushMessage()
38 folder = ""; in BluetoothMasRequestPushMessage()
40 mHeaderSet.setHeader(HeaderSet.NAME, folder); in BluetoothMasRequestPushMessage()
43 public BluetoothMasRequestPushMessage(String folder, String msg, CharsetType charset, in BluetoothMasRequestPushMessage() argument
45 this(folder); in BluetoothMasRequestPushMessage()
DBluetoothMasClient.java870 public boolean getMessagesListing(String folder, int parameters) { in getMessagesListing() argument
871 return getMessagesListing(folder, parameters, null, (byte) 0, 0, 0); in getMessagesListing()
892 public boolean getMessagesListing(String folder, int parameters, MessagesFilter filter, in getMessagesListing() argument
895 return getMessagesListing(folder, parameters, filter, subjectLength, 0, 0); in getMessagesListing()
921 public boolean getMessagesListing(String folder, int parameters, MessagesFilter filter, in getMessagesListing() argument
928 BluetoothMasRequest request = new BluetoothMasRequestGetMessagesListing(folder, in getMessagesListing()
1054 public boolean pushMessage(String folder, BluetoothMapBmessage bmsg, CharsetType charset) { in pushMessage() argument
1055 return pushMessage(folder, bmsg, charset, false, false); in pushMessage()
1077 public boolean pushMessage(String folder, BluetoothMapBmessage bmsg, CharsetType charset, in pushMessage() argument
1086 new BluetoothMasRequestPushMessage(folder, bmsgString, charset, transparent, retry); in pushMessage()
DBluetoothMapBmessage.java113 public BluetoothMapBmessage setFolder(String folder) { in setFolder() argument
114 mBmsgFolder = folder; in setFolder()
/frameworks/base/services/tests/servicestests/src/com/android/server/backup/
DDataChangedJournalTest.java110 File folder = mTemporaryFolder.newFolder(); in listJournals_returnsJournalsForEveryFileInDirectory() local
111 DataChangedJournal.newJournal(folder); in listJournals_returnsJournalsForEveryFileInDirectory()
112 DataChangedJournal.newJournal(folder); in listJournals_returnsJournalsForEveryFileInDirectory()
114 ArrayList<DataChangedJournal> journals = DataChangedJournal.listJournals(folder); in listJournals_returnsJournalsForEveryFileInDirectory()
121 File folder = mTemporaryFolder.newFolder(); in newJournal_createsANewTemporaryFile() local
123 DataChangedJournal.newJournal(folder); in newJournal_createsANewTemporaryFile()
125 assertThat(folder.listFiles()).hasLength(1); in newJournal_createsANewTemporaryFile()
/frameworks/base/core/proto/android/service/
Ddiskstats.proto45 // Cached values of folder sizes, etc.
81 // Data folder
83 // Cache folder
85 // System folder
88 // Which folder?
89 Folder folder = 1; field
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/reflection/java/
DJavaAnalyzer.java147 File folder = new File(".").getAbsoluteFile(); in loadAndroidHome() local
148 while (folder != null && folder.exists()) { in loadAndroidHome()
149 File f = new File(folder, "local.properties"); in loadAndroidHome()
163 folder = folder.getParentFile(); in loadAndroidHome()
/frameworks/support/graphics/drawable/animated/tests/src/android/support/graphics/drawable/tests/
DDrawableUtils.java39 File folder = new File(outputFolder); in saveVectorDrawableIntoPNG() local
40 if (!folder.exists()) { in saveVectorDrawableIntoPNG()
41 folder.mkdir(); in saveVectorDrawableIntoPNG()
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/
DREADME.md4 This folder exposes a generic functional configurable policy engine configuration files
8 within the device folder for the product to customize.
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
DMainActivity.java225 … File folder = Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS); in doInBackground() local
226 mImagePath = folder.getPath(); in doInBackground()
263 File folder; in getLocalImage() local
264 folder = Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS); in getLocalImage()
265 mImagePath = folder.getPath(); in getLocalImage()
266 File[] files = folder.listFiles(); in getLocalImage()
DMediaStoreSaver.java40 File folder = Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_PICTURES); in save() local
41 String folder_path = folder.getAbsolutePath(); in save()
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
DMainActivity.java225 … File folder = Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS); in doInBackground() local
226 mImagePath = folder.getPath(); in doInBackground()
263 File folder; in getLocalImage() local
264 folder = Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS); in getLocalImage()
265 mImagePath = folder.getPath(); in getLocalImage()
266 File[] files = folder.listFiles(); in getLocalImage()
DMediaStoreSaver.java40 File folder = Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_PICTURES); in save() local
41 String folder_path = folder.getAbsolutePath(); in save()
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/
DLayoutXmlProcessor.java189 public void processOtherFolder(File folder) { in processResources()
191 convertToOutFile(folder).mkdirs(); in processResources()
195 public void processLayoutFolder(File folder) { in processResources()
197 convertToOutFile(folder).mkdirs(); in processResources()
425 void processOtherFolder(File folder); in processOtherFolder() argument
427 void processLayoutFolder(File folder); in processLayoutFolder() argument
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DMediaStoreSaver.java39 File folder = Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_PICTURES); in savePNG() local
40 String folder_path = folder.getAbsolutePath(); in savePNG()
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
DBaseCompilationTest.java86 File folder = new File(dir.toURI()); in copyResourceDirectory() local
87 assertTrue(folder.isDirectory()); in copyResourceDirectory()
89 int len = folder.getAbsolutePath().length() + 1; in copyResourceDirectory()
90 for (File item : FileUtils.listFiles(folder, null, true)) { in copyResourceDirectory()
91 if (item.getAbsolutePath().equals(folder.getAbsolutePath())) { in copyResourceDirectory()
/frameworks/opt/setupwizard/tools/gradle/
Ddist-library-instrumentation-tests.gradle21 // Output all test APKs to the distribution folder.
29 // Output all library AARs to the distribution folder
/frameworks/av/media/libaaudio/include/aaudio/
DREADME.md3 This folder contains the public header files.
/frameworks/av/media/libaaudio/src/legacy/
DREADME.md1 The legacy folder contains the classes that implement AAudio AudioStream on top of
/frameworks/av/media/libaaudio/src/core/
DREADME.md1 The core folder contains the essential AAudio files common to all implementations.
/frameworks/layoutlib/create/.settings/
DREADME.txt1 Copy this in eclipse project as a .settings folder at the root.
/frameworks/layoutlib/bridge/.settings/
DREADME.txt1 Copy this in eclipse project as a .settings folder at the root.
/frameworks/av/include/private/
DREADME1 This folder contains private include files.
/frameworks/base/libs/hwui/private/
DREADME1 This folder contains private include files.
/frameworks/base/tests/SmokeTestApps/
DREADME1 The apps in this folder are intentionally bad-behaving apps that are intended
/frameworks/av/media/libaaudio/src/utility/
DREADME.md1 The utility folder contains things that may be shared between the AAudio client and server.

12