Home
last modified time | relevance | path

Searched defs:bundle (Results 1 – 3 of 3) sorted by relevance

/device/sample/apps/tv/SetupCustomizationSample/app/src/main/java/com/google/android/tv/setup/customizationsample/
DBaseActivity.java116 Bundle bundle = intent.getExtras(); in registerKeyHandler() local
167 Bundle bundle = getIntent().getExtras(); in populateIncomingExtrasView() local
/device/sample/apps/tv/SetupValidation/app/src/main/java/com/google/android/tv/setup/customizationsample/
DBaseActivity.java116 Bundle bundle = intent.getExtras(); in registerKeyHandler() local
167 Bundle bundle = getIntent().getExtras(); in populateIncomingExtrasView() local
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/
DBluetoothDevicePreferenceFragment.java89 public static void buildArgs(Bundle bundle, BluetoothDevice device) { in buildArgs()