OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothMapConvoListing
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapConvoListing.java
36
public class
BluetoothMapConvoListing
{
38
private static final String TAG = "
BluetoothMapConvoListing
";
44
public
BluetoothMapConvoListing
(){
210
BluetoothMapConvoListing
other = (
BluetoothMapConvoListing
) obj;
BluetoothMapContent.java
[
all
...]
BluetoothMapObexServer.java
[
all
...]
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
MapStepsConvo.java
16
import com.android.bluetooth.map.
BluetoothMapConvoListing
;
184
final
BluetoothMapConvoListing
mExpectedListing;
187
public MapConvoListValidator(
BluetoothMapConvoListing
listing) {
210
BluetoothMapConvoListing
receivedListing = new
BluetoothMapConvoListing
();
MapTestData.java
20
import com.android.bluetooth.map.
BluetoothMapConvoListing
;
105
public static
BluetoothMapConvoListing
getConvoListingReference(int maxCount, int offset,
107
BluetoothMapConvoListing
list = new
BluetoothMapConvoListing
();
Completed in 98 milliseconds