Home
last modified time | relevance | path

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

/device/amlogic/yukawa/services/remotesyncreceiver/src/com/google/android/yukawaservice/
DRemoteSyncReceiver.java32 private static final String ACTION_CONNECT_INPUT_NORMAL = field in RemoteSyncReceiver
37 Intent intent = new Intent(ACTION_CONNECT_INPUT_NORMAL) in sendPairingIntent()
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DSettingsUtils.java39 private static final String ACTION_CONNECT_INPUT_NORMAL = field in SettingsUtils
56 return new Intent(ACTION_CONNECT_INPUT_NORMAL).addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in getPairingIntent()