Searched refs:activating (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/handover/
H A DHandoverManager.java186 NdefRecord createBluetoothAlternateCarrierRecord(boolean activating) { argument
188 payload[0] = (byte) (activating ? CARRIER_POWER_STATE_ACTIVATING :
227 NdefMessage createHandoverSelectMessage(boolean activating) { argument
228 return new NdefMessage(createHandoverSelectRecord(activating), createBluetoothOobDataRecord());
231 NdefRecord createHandoverSelectRecord(boolean activating) { argument
232 NdefMessage nestedMessage = new NdefMessage(createBluetoothAlternateCarrierRecord(activating));
432 // Found match, returning whether power state is activating

Completed in 85 milliseconds