Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothFilesPreferenceController.java45 static final String EXTRA_SHOW_ALL_FILES = "android.btopp.intent.extra.SHOW_ALL"; field in BluetoothFilesPreferenceController
76 intent.putExtra(EXTRA_SHOW_ALL_FILES, true); in handlePreferenceTreeClick()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothFilesPreferenceControllerTest.java71 assertThat(bundle.getBoolean(BluetoothFilesPreferenceController.EXTRA_SHOW_ALL_FILES)) in testHandlePreferenceTreeClick_sendBroadcast()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DConstants.java79 static final String EXTRA_SHOW_ALL_FILES = "android.btopp.intent.extra.SHOW_ALL"; field in Constants
DBluetoothOppTransferHistory.java92 mShowAllIncoming = getIntent().getBooleanExtra(Constants.EXTRA_SHOW_ALL_FILES, false); in onCreate()
DBluetoothOppReceiver.java179 in.putExtra(Constants.EXTRA_SHOW_ALL_FILES, true); in onReceive()