Home
last modified time | relevance | path

Searched refs:LocalBinder (Results 1 – 5 of 5) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
DLocalService.java57 public class LocalBinder extends Binder { class in LocalService
95 private final IBinder mBinder = new LocalBinder();
DLocalServiceActivities.java103 mBoundService = ((LocalService.LocalBinder)service).getService();
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
DRecipeService.java32 private Binder mBinder = new LocalBinder();
35 public class LocalBinder extends Binder { class in RecipeService
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DBluetoothLeService.java155 public class LocalBinder extends Binder { class in BluetoothLeService
175 private final IBinder mBinder = new LocalBinder();
DDeviceControlActivity.java73 mBluetoothLeService = ((BluetoothLeService.LocalBinder) service).getService();