Home
last modified time | relevance | path

Searched defs:folder (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMasRequestPushMessage.java35 private BluetoothMasRequestPushMessage(String folder) { in BluetoothMasRequestPushMessage()
43 public BluetoothMasRequestPushMessage(String folder, String msg, CharsetType charset, in BluetoothMasRequestPushMessage()
DBluetoothMasClient.java870 public boolean getMessagesListing(String folder, int parameters) { in getMessagesListing()
892 public boolean getMessagesListing(String folder, int parameters, MessagesFilter filter, in getMessagesListing()
921 public boolean getMessagesListing(String folder, int parameters, MessagesFilter filter, in getMessagesListing()
1052 public boolean pushMessage(String folder, BluetoothMapBmessage bmsg, CharsetType charset) { in pushMessage()
1075 public boolean pushMessage(String folder, BluetoothMapBmessage bmsg, CharsetType charset, in pushMessage()
DBluetoothMapBmessage.java113 public BluetoothMapBmessage setFolder(String folder) { in setFolder()
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
DBluetoothPbapClient.java590 public boolean setPhoneBookFolderDown(String folder) { in setPhoneBookFolderDown()
620 public boolean pullVcardListingSize(String folder) { in pullVcardListingSize()
715 public boolean pullVcardListing(String folder) { in pullVcardListing()
729 public boolean pullVcardListing(String folder, byte order) { in pullVcardListing()
748 public boolean pullVcardListing(String folder, byte searchAttr, String searchVal) { in pullVcardListing()
765 public boolean pullVcardListing(String folder, byte order, int maxListCount, in pullVcardListing()
783 public boolean pullVcardListing(String folder, int maxListCount, int listStartOffset) { in pullVcardListing()
805 public boolean pullVcardListing(String folder, byte order, byte searchAttr, in pullVcardListing()
DBluetoothPbapRequestPullVcardListingSize.java33 public BluetoothPbapRequestPullVcardListingSize(String folder) { in BluetoothPbapRequestPullVcardListingSize()
DBluetoothPbapRequestPullVcardListing.java40 public BluetoothPbapRequestPullVcardListing(String folder, byte order, byte searchAttr, in BluetoothPbapRequestPullVcardListing()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DPackageManagerSettingsTests.java153 private static void deleteFolder(File folder) { in deleteFolder()
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
DBaseCompilationTest.java86 File folder = new File(dir.toURI()); in copyResourceDirectory() local
/frameworks/opt/telephony/src/java/android/provider/
DTelephony.java439 Uri uri, int folder, int error) { in moveMessageToFolder()
/frameworks/base/core/java/android/provider/
DSettings.java8210 String folder, in add()
8241 public static CharSequence getLabelForFolder(Resources r, String folder) { in getLabelForFolder()