Home
last modified time | relevance | path

Searched refs:onAttached (Results 1 – 25 of 30) sorted by relevance

12

/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/bluetooth/
DBluetoothDevicePreferenceTest.java74 mPreference.onAttached(); in onAttached_registersDeviceCallback()
84 mPreference.onAttached(); in onAttached_setsDeviceNameAsTitle()
95 mPreference.onAttached(); in onAttached_notConnected_setsCarConnectionSummaryAsSummary()
104 mPreference.onAttached(); in onAttached_connected_setsConnectedAsSummary()
116 mPreference.onAttached(); in onAttached_setsIcon()
125 mPreference.onAttached(); in onAttached_deviceNotBusy_setsEnabled()
134 mPreference.onAttached(); in onAttached_deviceBusy_setsNotEnabled()
145 mPreference.onAttached(); in onAttached_deviceNameNotHumanReadable_setsHidden()
156 mPreference.onAttached(); in onAttached_deviceNameNotHumanReadable_showWithoutNamesTrue_setsShown()
165 mPreference.onAttached(); in onDetached_unregistersDeviceCallback()
[all …]
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/
DBluetoothDeviceProfilePreferenceTest.java81 mPreference.onAttached(); in onAttached_registersDeviceCallback()
90 mPreference.onAttached(); in onAttached_deviceNotBusy_setsEnabled()
99 mPreference.onAttached(); in onAttached_deviceBusy_setsNotEnabled()
108 mPreference.onAttached(); in onAttached_preferred_setsChecked()
117 mPreference.onAttached(); in onAttached_notPreferred_setsUnchecked()
130 mPreference.onAttached(); in onAttached_panProfile_connected_setsChecked()
143 mPreference.onAttached(); in onAttached_panProfile_notConnected_setsUnchecked()
154 mPreference.onAttached(); in onDeviceAttributesChanged_refreshesUi()
173 mPreference.onAttached(); in onDetached_unregistersDeviceCallback()
/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/
DEmbeddedSlicePreference.java42 public void onAttached() { in onAttached() method in EmbeddedSlicePreference
43 super.onAttached(); in onAttached()
44 mHelper.onAttached(); in onAttached()
DEmbeddedSliceSwitchPreference.java44 public void onAttached() { in onAttached() method in EmbeddedSliceSwitchPreference
45 super.onAttached(); in onAttached()
46 mHelper.onAttached(); in onAttached()
/packages/apps/Settings/src/com/android/settings/datausage/
DDataSaverPreference.java34 public void onAttached() { in onAttached() method in DataSaverPreference
35 super.onAttached(); in onAttached()
DBillingCyclePreference.java55 public void onAttached() { in onAttached() method in BillingCyclePreference
56 super.onAttached(); in onAttached()
DUnrestrictedDataAccessPreference.java69 public void onAttached() { in onAttached() method in UnrestrictedDataAccessPreference
70 super.onAttached(); in onAttached()
DCellDataPreference.java86 public void onAttached() { in onAttached() method in CellDataPreference
87 super.onAttached(); in onAttached()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/aware/
DWifiAwareManagerTest.java210 inOrder.verify(mockCallback).onAttached(sessionCaptor.capture()); in testConnectFlow()
263 inOrder.verify(mockCallback).onAttached(sessionCaptor.capture()); in testConnectFailure()
293 inOrder.verify(mockCallback).onAttached(any()); in testInvalidConnectSequence()
301 inOrder.verify(mockCallback).onAttached(any()); in testInvalidConnectSequence()
348 inOrder.verify(mockCallback).onAttached(sessionCaptor.capture()); in testPublishFlow()
447 inOrder.verify(mockCallback).onAttached(sessionCaptor.capture()); in testPublishRemoteTerminate()
504 inOrder.verify(mockCallback).onAttached(sessionCaptor.capture()); in testSubscribeFlow()
596 inOrder.verify(mockCallback).onAttached(sessionCaptor.capture()); in testSubscribeRemoteTerminate()
1014 inOrder.verify(mockCallback).onAttached(sessionCaptor.capture()); in testNetworkSpecifierWithClient()
1127 inOrder.verify(mockCallback).onAttached(sessionCaptor.capture()); in testNetworkSpecifierDirect()
[all …]
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothDeviceProfilePreference.java61 public void onAttached() { in onAttached() method in BluetoothDeviceProfilePreference
62 super.onAttached(); in onAttached()
DBluetoothDevicePreference.java91 public void onAttached() { in onAttached() method in BluetoothDevicePreference
92 super.onAttached(); in onAttached()
/packages/apps/Settings/src/com/android/settings/development/autofill/
DAutofillPreferenceCategory.java56 public void onAttached() { in onAttached() method in AutofillPreferenceCategory
57 super.onAttached(); in onAttached()
DAbstractGlobalSettingsPreference.java51 public void onAttached() { in onAttached() method in AbstractGlobalSettingsPreference
52 super.onAttached(); in onAttached()
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/preference/
DCarUiDropDownPreference.java70 public void onAttached() { in onAttached() method in CarUiDropDownPreference
71 super.onAttached(); in onAttached()
DCarUiMultiSelectListPreference.java83 public void onAttached() { in onAttached() method in CarUiMultiSelectListPreference
84 super.onAttached(); in onAttached()
DCarUiListPreference.java73 public void onAttached() { in onAttached() method in CarUiListPreference
74 super.onAttached(); in onAttached()
DCarUiPreference.java83 public void onAttached() { in onAttached() method in CarUiPreference
84 super.onAttached(); in onAttached()
DCarUiEditTextPreference.java94 public void onAttached() { in onAttached() method in CarUiEditTextPreference
95 super.onAttached(); in onAttached()
DCarUiSeekBarDialogPreference.java90 public void onAttached() { in onAttached() method in CarUiSeekBarDialogPreference
91 super.onAttached(); in onAttached()
/packages/apps/Settings/src/com/android/settings/display/darkmode/
DDarkModePreference.java57 public void onAttached() { in onAttached() method in DarkModePreference
58 super.onAttached(); in onAttached()
/packages/apps/Settings/src/com/android/settings/display/
DDensityPreference.java43 public void onAttached() { in onAttached() method in DensityPreference
44 super.onAttached(); in onAttached()
/packages/apps/Launcher3/src/com/android/launcher3/settings/
DNotificationDotsPreference.java81 public void onAttached() { in onAttached() method in NotificationDotsPreference
82 super.onAttached(); in onAttached()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDevicePreference.java152 public void onAttached() { in onAttached() method in BluetoothDevicePreference
153 super.onAttached(); in onAttached()
/packages/modules/Wifi/framework/java/android/net/wifi/aware/
DAttachCallback.java34 public void onAttached(WifiAwareSession session) { in onAttached() method in AttachCallback
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDevicePreferenceTest.java281 mPreference.onAttached(); in onAttached_callbackNotRemoved_doNotRegisterCallback()
289 mPreference.onAttached(); in onAttached_callbackRemoved_registerCallback()

12