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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppService.java69 public class BluetoothOppService extends Service { class in inherits:Service
171 synchronized (BluetoothOppService.this) {
224 synchronized (BluetoothOppService.this) {
245 synchronized (BluetoothOppService.this) {
256 synchronized (BluetoothOppService.this) {
374 synchronized (BluetoothOppService.this) {
389 synchronized (BluetoothOppService.this) {
409 synchronized (BluetoothOppService.this) {
412 "multiple UpdateThreads in BluetoothOppService");
882 synchronized (BluetoothOppService
[all...]
H A DBluetoothOppProvider.java279 context.startService(new Intent(context, BluetoothOppService.class));
286 context.startService(new Intent(context, BluetoothOppService.class));
H A DBluetoothOppReceiver.java69 context.startService(new Intent(context, BluetoothOppService.class));

Completed in 46 milliseconds