Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
DBluetoothMapContract.java126 public static final String EXTRA_LAST_ACTIVE = "LastActive"; field in BluetoothMapContract
DBluetoothMapIMProvider.java640 long lastActive = extras.getLong(BluetoothMapContract.EXTRA_LAST_ACTIVE); in call()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java868 extras.putLong(BluetoothMapContract.EXTRA_LAST_ACTIVE, lastActivity); in setOwnerStatus()