Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DPhonePolicy.java86 private static final int MESSAGE_PROFILE_INIT_PRIORITIES = 2; field in PhonePolicy
157 mHandler.obtainMessage(MESSAGE_PROFILE_INIT_PRIORITIES, intent).sendToTarget();
182 case MESSAGE_PROFILE_INIT_PRIORITIES: { in handleMessage()