HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothOppService (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 69 public class BluetoothOppService extends Service {
171 synchronized (BluetoothOppService.this) {
236 synchronized (BluetoothOppService.this) {
257 synchronized (BluetoothOppService.this) {
268 synchronized (BluetoothOppService.this) {
386 synchronized (BluetoothOppService.this) {
401 synchronized (BluetoothOppService.this) {
421 synchronized (BluetoothOppService.this) {
424 "multiple UpdateThreads in BluetoothOppService");
    [all...]
BluetoothOppProvider.java 272 context.startService(new Intent(context, BluetoothOppService.class));
279 context.startService(new Intent(context, BluetoothOppService.class));
BluetoothOppReceiver.java 69 context.startService(new Intent(context, BluetoothOppService.class));

Completed in 58 milliseconds