HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothPbapRequestPullVcardListingSize (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapRequestPullVcardListingSize.java 25 class BluetoothPbapRequestPullVcardListingSize extends BluetoothPbapRequest {
27 private static final String TAG = "BluetoothPbapRequestPullVcardListingSize";
33 public BluetoothPbapRequestPullVcardListingSize(String folder) {
BluetoothPbapClient.java 409 } else if (req instanceof BluetoothPbapRequestPullVcardListingSize) {
432 } else if (req instanceof BluetoothPbapRequestPullVcardListingSize) {
433 int size = ((BluetoothPbapRequestPullVcardListingSize) req).getSize();
631 BluetoothPbapRequestPullVcardListingSize req = new BluetoothPbapRequestPullVcardListingSize(
    [all...]

Completed in 448 milliseconds