/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/media/ |
D | MediaOutputSlice.java | 103 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/ |
D | MediaOutputSlice.java | 107 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/ |
D | BluetoothSliceBuilder.java | 79 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/ |
D | BluetoothSliceBuilder.java | 79 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/ |
D | ZenModeSliceBuilder.java | 78 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/ |
D | ZenModeSliceBuilder.java | 77 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/ |
D | WifiCallingSliceHelper.java | 198 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/ |
D | WifiCallingSliceHelper.java | 183 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/ |
D | Enhanced4gLteSliceHelper.java | 176 getBroadcastIntent(ACTION_ENHANCED_4G_LTE_CHANGED), in getEnhanced4gLteSlice() 259 private PendingIntent getBroadcastIntent(String action) { in getBroadcastIntent() method in Enhanced4gLteSliceHelper
|
D | MobileDataSlice.java | 92 final PendingIntent toggleAction = getBroadcastIntent(mContext); in getSlice()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/telephony/ |
D | Enhanced4gLteSliceHelper.java | 176 getBroadcastIntent(ACTION_ENHANCED_4G_LTE_CHANGED), in getEnhanced4gLteSlice() 259 private PendingIntent getBroadcastIntent(String action) { in getBroadcastIntent() method in Enhanced4gLteSliceHelper
|
D | MobileDataSlice.java | 104 final PendingIntent toggleAction = getBroadcastIntent(mContext); in getSlice()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/telephony/ |
D | Enhanced4gLteSliceHelperTest.java | 206 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/ |
D | CustomSliceable.java | 93 default PendingIntent getBroadcastIntent(Context context) { in getBroadcastIntent() method
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/slices/ |
D | CustomSliceable.java | 93 default PendingIntent getBroadcastIntent(Context context) { in getBroadcastIntent() method
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/calling/ |
D | WifiCallingSliceHelperTest.java | 339 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/ |
D | FlashlightSlice.java | 72 final PendingIntent toggleAction = getBroadcastIntent(mContext); in getSlice()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/flashlight/ |
D | FlashlightSlice.java | 72 final PendingIntent toggleAction = getBroadcastIntent(mContext); in getSlice()
|
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/ |
D | DarkThemeSlice.java | 89 final PendingIntent toggleAction = getBroadcastIntent(mContext); in getSlice()
|
/packages/apps/Settings/src/com/android/settings/wifi/slice/ |
D | WifiSlice.java | 152 final PendingIntent toggleAction = getBroadcastIntent(mContext); in getHeaderRow()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/slice/ |
D | WifiSlice.java | 152 final PendingIntent toggleAction = getBroadcastIntent(mContext); in getListBuilder()
|