Searched defs:sendIntent (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/oem/
H A DMotorolaHiddenMenuKeySequence.java108 return sendIntent(context, input, hiddenKeyPatternIntentArray[i]);
122 return sendIntent(context, input, hiddenKeySequenceIntentArray[i]);
128 private static boolean sendIntent( method in class:MotorolaHiddenMenuKeySequence
130 LogUtil.d("MotorolaHiddenMenuKeySequence.sendIntent", "input: %s", input);
144 LogUtil.w("MotorolaHiddenMenuKeySequence.sendIntent", "not able to resolve the intent");
148 "MotorolaHiddenMenuKeySequence.sendIntent", "handleHiddenMenu Key Pattern Exception", e);
/packages/apps/Nfc/src/com/android/nfc/beam/
H A DBluetoothOppHandover.java86 sendIntent();
90 sendIntent();
98 void sendIntent() { method in class:BluetoothOppHandover
133 sendIntent();
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DBondStateMachine.java134 sendIntent(dev, newState, 0);
140 sendIntent(dev, newState, 0);
197 sendIntent(dev, newState, reason);
308 sendIntent(dev, BluetoothDevice.BOND_NONE,
332 private void sendIntent(BluetoothDevice device, int newState, int reason) { method in class:BondStateMachine
359 // in sendIntent above

Completed in 144 milliseconds