Home
last modified time | relevance | path

Searched refs:EXTRA_LAST_ACTIVE (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java120 public static final String EXTRA_LAST_ACTIVE = "LastActive"; field in BluetoothMapContract
DBluetoothMapIMProvider.java672 long lastActive = extras.getLong(BluetoothMapContract.EXTRA_LAST_ACTIVE); in call()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapapi/
DBluetoothMapIMProviderTest.java501 extras.putLong(BluetoothMapContract.EXTRA_LAST_ACTIVE, lastActive); in call_setOwnerStatusMethod_success()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java967 extras.putLong(BluetoothMapContract.EXTRA_LAST_ACTIVE, lastActivity); in setOwnerStatus()