Searched defs:sendIntent (Results 1 – 5 of 5) sorted by relevance
44 final Intent sendIntent = new Intent(this, NoConfirmationSmsSendService.class); in onCreate() local
73 private void sendIntent(String sourcePackage, String action, Boolean replacingExtra) { in sendIntent() method in VoicemailCleanupServiceTest
106 Intent sendIntent = new Intent(context.getApplicationContext(), in startBeamSend() local
96 void sendIntent() { in sendIntent() method in BluetoothOppHandover
330 private void sendIntent(BluetoothDevice device, int newState, int reason) { in sendIntent() method in BondStateMachine