Home
last modified time | relevance | path

Searched refs:getBroadcastIntent (Results 1 – 21 of 21) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/media/
DMediaOutputSlice.java103 getBroadcastIntent(mContext, device.getId(), device.hashCode()); in buildActiveDeviceHeader()
148 getBroadcastIntent(mContext, device.getId(), device.hashCode()); in getMediaDeviceRow()
161 private PendingIntent getBroadcastIntent(Context context, String id, int requestCode) { in getBroadcastIntent() method in MediaOutputSlice
/packages/apps/Settings/src/com/android/settings/media/
DMediaOutputSlice.java107 getBroadcastIntent(mContext, device.getId(), device.hashCode()); in getActiveDeviceHeaderRow()
149 getBroadcastIntent(mContext, device.getId(), device.hashCode()); in getMediaDeviceRow()
162 private PendingIntent getBroadcastIntent(Context context, String id, int requestCode) { in getBroadcastIntent() method in MediaOutputSlice
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothSliceBuilder.java79 final PendingIntent toggleAction = getBroadcastIntent(context); in getSlice()
135 private static PendingIntent getBroadcastIntent(Context context) { in getBroadcastIntent() method in BluetoothSliceBuilder
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothSliceBuilder.java79 final PendingIntent toggleAction = getBroadcastIntent(context); in getSlice()
135 private static PendingIntent getBroadcastIntent(Context context) { in getBroadcastIntent() method in BluetoothSliceBuilder
/packages/apps/Settings/src/com/android/settings/notification/
DZenModeSliceBuilder.java78 final PendingIntent toggleAction = getBroadcastIntent(context); in getSlice()
145 private static PendingIntent getBroadcastIntent(Context context) { in getBroadcastIntent() method in ZenModeSliceBuilder
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DZenModeSliceBuilder.java77 final PendingIntent toggleAction = getBroadcastIntent(context); in getSlice()
142 private static PendingIntent getBroadcastIntent(Context context) { in getBroadcastIntent() method in ZenModeSliceBuilder
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/calling/
DWifiCallingSliceHelper.java198 getBroadcastIntent(ACTION_WIFI_CALLING_CHANGED), in getWifiCallingSlice()
327 .setTitleItem(SliceAction.createToggle(getBroadcastIntent(action), in wifiPreferenceRowBuilder()
547 private PendingIntent getBroadcastIntent(String action) { in getBroadcastIntent() method in WifiCallingSliceHelper
/packages/apps/Settings/src/com/android/settings/wifi/calling/
DWifiCallingSliceHelper.java183 getBroadcastIntent(ACTION_WIFI_CALLING_CHANGED), in getWifiCallingSlice()
317 .setTitleItem(SliceAction.createToggle(getBroadcastIntent(action), in wifiPreferenceRowBuilder()
538 private PendingIntent getBroadcastIntent(String action) { in getBroadcastIntent() method in WifiCallingSliceHelper
/packages/apps/Settings/src/com/android/settings/network/telephony/
DEnhanced4gLteSliceHelper.java176 getBroadcastIntent(ACTION_ENHANCED_4G_LTE_CHANGED), in getEnhanced4gLteSlice()
259 private PendingIntent getBroadcastIntent(String action) { in getBroadcastIntent() method in Enhanced4gLteSliceHelper
DMobileDataSlice.java92 final PendingIntent toggleAction = getBroadcastIntent(mContext); in getSlice()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/telephony/
DEnhanced4gLteSliceHelper.java176 getBroadcastIntent(ACTION_ENHANCED_4G_LTE_CHANGED), in getEnhanced4gLteSlice()
259 private PendingIntent getBroadcastIntent(String action) { in getBroadcastIntent() method in Enhanced4gLteSliceHelper
DMobileDataSlice.java104 final PendingIntent toggleAction = getBroadcastIntent(mContext); in getSlice()
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/telephony/
DEnhanced4gLteSliceHelperTest.java206 final PendingIntent expectedToggleIntent = getBroadcastIntent( in testEnhanced4gLteSettingsToggleSlice()
221 private PendingIntent getBroadcastIntent(String action) { in getBroadcastIntent() method in Enhanced4gLteSliceHelperTest
/packages/apps/Settings/src/com/android/settings/slices/
DCustomSliceable.java93 default PendingIntent getBroadcastIntent(Context context) { in getBroadcastIntent() method
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/slices/
DCustomSliceable.java93 default PendingIntent getBroadcastIntent(Context context) { in getBroadcastIntent() method
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/calling/
DWifiCallingSliceHelperTest.java339 final PendingIntent expectedToggleIntent = getBroadcastIntent( in testWifiCallingSettingsToggleSlice()
394 private PendingIntent getBroadcastIntent(String action) { in getBroadcastIntent() method in WifiCallingSliceHelperTest
/packages/apps/Settings/src/com/android/settings/flashlight/
DFlashlightSlice.java72 final PendingIntent toggleAction = getBroadcastIntent(mContext); in getSlice()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/flashlight/
DFlashlightSlice.java72 final PendingIntent toggleAction = getBroadcastIntent(mContext); in getSlice()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
DDarkThemeSlice.java89 final PendingIntent toggleAction = getBroadcastIntent(mContext); in getSlice()
/packages/apps/Settings/src/com/android/settings/wifi/slice/
DWifiSlice.java152 final PendingIntent toggleAction = getBroadcastIntent(mContext); in getHeaderRow()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/slice/
DWifiSlice.java152 final PendingIntent toggleAction = getBroadcastIntent(mContext); in getListBuilder()