Home
last modified time | relevance | path

Searched refs:setInstanceForTesting (Results 1 – 25 of 52) sorted by relevance

123

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppPreferenceTest.java57 BluetoothMethodProxy.setInstanceForTesting(mCallProxy); in setUp()
65 BluetoothMethodProxy.setInstanceForTesting(null); in tearDown()
DBluetoothOppBatchTest.java97 BluetoothMethodProxy.setInstanceForTesting(proxy); in cancelBatch_cancelSuccessfully()
106 BluetoothMethodProxy.setInstanceForTesting(null); in cancelBatch_cancelSuccessfully()
DBluetoothOppHandoverReceiverTest.java62 BluetoothMethodProxy.setInstanceForTesting(mCallProxy); in setUp()
70 BluetoothMethodProxy.setInstanceForTesting(null); in tearDown()
DBluetoothOppBtEnablingActivityTest.java69 BluetoothMethodProxy.setInstanceForTesting(mBluetoothMethodProxy); in setUp()
83 BluetoothMethodProxy.setInstanceForTesting(null); in tearDown()
DBluetoothOppObexClientSessionTest.java82 BluetoothMethodProxy.setInstanceForTesting(mMethodProxy); in setUp()
87 BluetoothMethodProxy.setInstanceForTesting(null); in tearDown()
DBluetoothOppLauncherActivityTest.java83 BluetoothMethodProxy.setInstanceForTesting(mMethodProxy); in setUp()
97 BluetoothMethodProxy.setInstanceForTesting(null); in tearDown()
DBluetoothOppSendFileInfoTest.java63 BluetoothMethodProxy.setInstanceForTesting(mCallProxy); in setUp()
68 BluetoothMethodProxy.setInstanceForTesting(null); in tearDown()
DBluetoothOppReceiveFileInfoTest.java58 BluetoothMethodProxy.setInstanceForTesting(mCallProxy); in setUp()
66 BluetoothMethodProxy.setInstanceForTesting(null); in tearDown()
DBluetoothOppTransferHistoryTest.java82 BluetoothMethodProxy.setInstanceForTesting(mBluetoothMethodProxy); in setUp()
127 BluetoothMethodProxy.setInstanceForTesting(null); in tearDown()
DIncomingFileConfirmActivityTest.java89 BluetoothMethodProxy.setInstanceForTesting(mBluetoothMethodProxy); in setUp()
138 BluetoothMethodProxy.setInstanceForTesting(null); in tearDown()
DBluetoothOppManagerTest.java75 BluetoothMethodProxy.setInstanceForTesting(mCallProxy); in setUp()
85 BluetoothMethodProxy.setInstanceForTesting(null); in tearDown()
DBluetoothOppTransferActivityTest.java76 BluetoothMethodProxy.setInstanceForTesting(mBluetoothMethodProxy); in setUp()
114 BluetoothMethodProxy.setInstanceForTesting(null); in tearDown()
DBluetoothOppNotificationTest.java70 BluetoothMethodProxy.setInstanceForTesting(mMethodProxy); in setUp()
80 BluetoothMethodProxy.setInstanceForTesting(null); in tearDown()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbapclient/
DCallLogPullRequestTest.java65 BluetoothMethodProxy.setInstanceForTesting(mMapMethodProxy); in setUp()
71 BluetoothMethodProxy.setInstanceForTesting(null); in tearDown()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DContextMapTest.java73 BluetoothMethodProxy.setInstanceForTesting(mMapMethodProxy); in setUp()
84 BluetoothMethodProxy.setInstanceForTesting(null); in tearDown()
DAppAdvertiseStatsTest.java62 MetricsLogger.setInstanceForTesting(mMetricsLogger); in setUp()
67 MetricsLogger.setInstanceForTesting(null); in tearDown()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapCallLogComposerTest.java74 BluetoothMethodProxy.setInstanceForTesting(mPbapCallProxy); in setUp()
87 BluetoothMethodProxy.setInstanceForTesting(null); in tearDown()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DSmsMmsContactsTest.java59 BluetoothMethodProxy.setInstanceForTesting(mMapMethodProxy); in setUp()
65 BluetoothMethodProxy.setInstanceForTesting(null); in tearDown()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/audio_util/
DMediaPlayerListTest.java98 BrowsablePlayerConnector.setInstanceForTesting(mockConnector); in setUp()
114 BrowsablePlayerConnector.setInstanceForTesting(null); in tearDown()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattObjectsFactory.java52 static void setInstanceForTesting(GattObjectsFactory objectsFactory) { in setInstanceForTesting() method in GattObjectsFactory
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioObjectsFactory.java55 public static void setInstanceForTesting(LeAudioObjectsFactory objectsFactory) { in setInstanceForTesting() method in LeAudioObjectsFactory
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBluetoothAdapterProxy.java68 public static void setInstanceForTesting(BluetoothAdapterProxy proxy) { in setInstanceForTesting() method in BluetoothAdapterProxy
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassObjectsFactory.java57 public static void setInstanceForTesting(BassObjectsFactory objectsFactory) { in setInstanceForTesting() method in BassObjectsFactory
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetObjectsFactory.java54 private static void setInstanceForTesting(HeadsetObjectsFactory objectsFactory) { in setInstanceForTesting() method in HeadsetObjectsFactory
/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothServerProxy.java57 public static void setInstanceForTesting(BluetoothServerProxy proxy) { in setInstanceForTesting() method in BluetoothServerProxy

123