OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bluetoothcallback
(Results
1 - 10
of
10
) sorted by null
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
BluetoothCallback.java
21
*
BluetoothCallback
provides a callback interface for the settings
24
public interface
BluetoothCallback
{
BluetoothEventManager.java
51
private final Collection<
BluetoothCallback
> mCallbacks =
52
new ArrayList<
BluetoothCallback
>();
124
public void registerCallback(
BluetoothCallback
callback) {
131
public void unregisterCallback(
BluetoothCallback
callback) {
160
for (
BluetoothCallback
callback : mCallbacks) {
178
for (
BluetoothCallback
callback : mCallbacks) {
219
for (
BluetoothCallback
callback : mCallbacks) {
227
for (
BluetoothCallback
callback : mCallbacks) {
243
for (
BluetoothCallback
callback : mCallbacks) {
285
for (
BluetoothCallback
callback : mCallbacks)
[
all
...]
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothMasterSwitchPreferenceControllerTest.java
28
import com.android.settingslib.bluetooth.
BluetoothCallback
;
79
verify(mBluetoothManager.getEventManager()).registerCallback(any(
BluetoothCallback
.class));
87
any(
BluetoothCallback
.class));
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothSummaryUpdater.java
27
import com.android.settingslib.bluetooth.
BluetoothCallback
;
41
public final class BluetoothSummaryUpdater extends SummaryUpdater implements
BluetoothCallback
{
DeviceListPreferenceFragment.java
28
import com.android.settingslib.bluetooth.
BluetoothCallback
;
45
RestrictedSettingsFragment implements
BluetoothCallback
{
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothSettingsActivity.java
34
import com.android.settingslib.bluetooth.
BluetoothCallback
;
43
public class BluetoothSettingsActivity extends CarSettingActivity implements
BluetoothCallback
{
BluetoothDeviceListAdapter.java
42
import com.android.settingslib.bluetooth.
BluetoothCallback
;
63
implements PagedListView.ItemCap,
BluetoothCallback
{
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothControllerImpl.java
31
import com.android.settingslib.bluetooth.
BluetoothCallback
;
43
public class BluetoothControllerImpl implements BluetoothController,
BluetoothCallback
,
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
KeyboardUI.java
45
import com.android.settingslib.bluetooth.
BluetoothCallback
;
590
private final class BluetoothCallbackHandler implements
BluetoothCallback
{
/frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java
[
all
...]
Completed in 226 milliseconds