/frameworks/base/services/core/java/com/android/server/power/stats/ |
D | WifiPowerStatsLayout.java | 203 public void toExtras(PersistableBundle extras) { in toExtras() argument 204 super.toExtras(extras); in toExtras() 205 extras.putBoolean(EXTRA_POWER_REPORTING_SUPPORTED, mPowerReportingSupported); in toExtras() 206 extras.putInt(EXTRA_DEVICE_RX_TIME_POSITION, mDeviceRxTimePosition); in toExtras() 207 extras.putInt(EXTRA_DEVICE_TX_TIME_POSITION, mDeviceTxTimePosition); in toExtras() 208 extras.putInt(EXTRA_DEVICE_SCAN_TIME_POSITION, mDeviceScanTimePosition); in toExtras() 209 extras.putInt(EXTRA_DEVICE_BASIC_SCAN_TIME_POSITION, mDeviceBasicScanTimePosition); in toExtras() 210 extras.putInt(EXTRA_DEVICE_BATCHED_SCAN_TIME_POSITION, mDeviceBatchedScanTimePosition); in toExtras() 211 extras.putInt(EXTRA_DEVICE_IDLE_TIME_POSITION, mDeviceIdleTimePosition); in toExtras() 212 extras.putInt(EXTRA_DEVICE_ACTIVE_TIME_POSITION, mDeviceActiveTimePosition); in toExtras() [all …]
|
D | MobileRadioPowerStatsLayout.java | 184 public void toExtras(PersistableBundle extras) { in toExtras() argument 185 super.toExtras(extras); in toExtras() 186 extras.putInt(EXTRA_DEVICE_SLEEP_TIME_POSITION, mDeviceSleepTimePosition); in toExtras() 187 extras.putInt(EXTRA_DEVICE_IDLE_TIME_POSITION, mDeviceIdleTimePosition); in toExtras() 188 extras.putInt(EXTRA_DEVICE_SCAN_TIME_POSITION, mDeviceScanTimePosition); in toExtras() 189 extras.putInt(EXTRA_DEVICE_CALL_TIME_POSITION, mDeviceCallTimePosition); in toExtras() 190 extras.putInt(EXTRA_DEVICE_CALL_POWER_POSITION, mDeviceCallPowerPosition); in toExtras() 191 extras.putInt(EXTRA_STATE_RX_TIME_POSITION, mStateRxTimePosition); in toExtras() 192 extras.putInt(EXTRA_STATE_TX_TIMES_POSITION, mStateTxTimesPosition); in toExtras() 193 extras.putInt(EXTRA_STATE_TX_TIMES_COUNT, mStateTxTimesCount); in toExtras() [all …]
|
D | BluetoothPowerStatsLayout.java | 119 public void toExtras(PersistableBundle extras) { in toExtras() argument 120 super.toExtras(extras); in toExtras() 121 extras.putInt(EXTRA_DEVICE_RX_TIME_POSITION, mDeviceRxTimePosition); in toExtras() 122 extras.putInt(EXTRA_DEVICE_TX_TIME_POSITION, mDeviceTxTimePosition); in toExtras() 123 extras.putInt(EXTRA_DEVICE_IDLE_TIME_POSITION, mDeviceIdleTimePosition); in toExtras() 124 extras.putInt(EXTRA_DEVICE_SCAN_TIME_POSITION, mDeviceScanTimePosition); in toExtras() 125 extras.putInt(EXTRA_UID_RX_BYTES_POSITION, mUidRxBytesPosition); in toExtras() 126 extras.putInt(EXTRA_UID_TX_BYTES_POSITION, mUidTxBytesPosition); in toExtras() 127 extras.putInt(EXTRA_UID_SCAN_TIME_POSITION, mUidScanTimePosition); in toExtras() 133 public void fromExtras(PersistableBundle extras) { in fromExtras() argument [all …]
|
D | CpuPowerStatsLayout.java | 142 public void toExtras(PersistableBundle extras) { in toExtras() argument 143 super.toExtras(extras); in toExtras() 144 extras.putInt(EXTRA_DEVICE_TIME_BY_SCALING_STEP_POSITION, in toExtras() 146 extras.putInt(EXTRA_DEVICE_TIME_BY_SCALING_STEP_COUNT, in toExtras() 148 extras.putInt(EXTRA_DEVICE_TIME_BY_CLUSTER_POSITION, in toExtras() 150 extras.putInt(EXTRA_DEVICE_TIME_BY_CLUSTER_COUNT, in toExtras() 152 extras.putInt(EXTRA_UID_BRACKETS_POSITION, mUidPowerBracketsPosition); in toExtras() 153 putIntArray(extras, EXTRA_UID_STATS_SCALING_STEP_TO_POWER_BRACKET, in toExtras() 160 public void fromExtras(PersistableBundle extras) { in fromExtras() argument 161 super.fromExtras(extras); in fromExtras() [all …]
|
D | PowerStatsLayout.java | 62 fromExtras(descriptor.extras); in PowerStatsLayout() 264 public void toExtras(PersistableBundle extras) { in toExtras() argument 265 extras.putInt(EXTRA_DEVICE_DURATION_POSITION, mDeviceDurationPosition); in toExtras() 266 extras.putInt(EXTRA_DEVICE_ENERGY_CONSUMERS_POSITION, in toExtras() 268 extras.putInt(EXTRA_DEVICE_ENERGY_CONSUMERS_COUNT, in toExtras() 270 extras.putInt(EXTRA_DEVICE_POWER_POSITION, mDevicePowerEstimatePosition); in toExtras() 271 extras.putInt(EXTRA_UID_DURATION_POSITION, mUidDurationPosition); in toExtras() 272 extras.putInt(EXTRA_UID_POWER_POSITION, mUidPowerEstimatePosition); in toExtras() 273 extras.putString(PowerStats.Descriptor.EXTRA_DEVICE_STATS_FORMAT, mDeviceFormat.toString()); in toExtras() 274 extras.putString(PowerStats.Descriptor.EXTRA_STATE_STATS_FORMAT, mStateFormat.toString()); in toExtras() [all …]
|
/frameworks/base/services/backup/java/com/android/server/backup/utils/ |
D | BackupManagerMonitorEventSender.java | 93 Bundle extras) { in monitorEvent() argument 106 if (extras != null) { in monitorEvent() 107 bundle.putAll(extras); in monitorEvent() 108 if (extras.containsKey(EXTRA_LOG_OPERATION_TYPE) && in monitorEvent() 109 extras.getInt(EXTRA_LOG_OPERATION_TYPE) == OperationType.RESTORE){ in monitorEvent() 184 public static Bundle putMonitoringExtra(Bundle extras, String key, String value) { in putMonitoringExtra() argument 185 if (extras == null) { in putMonitoringExtra() 186 extras = new Bundle(); in putMonitoringExtra() 188 extras.putString(key, value); in putMonitoringExtra() 189 return extras; in putMonitoringExtra() [all …]
|
/frameworks/base/core/java/android/provider/ |
D | E2eeContactKeysManager.java | 128 Bundle extras = new Bundle(); in updateOrInsertE2eeContactKey() local 129 extras.putString(E2eeContactKeys.LOOKUP_KEY, Objects.requireNonNull(lookupKey)); in updateOrInsertE2eeContactKey() 130 extras.putString(E2eeContactKeys.DEVICE_ID, Objects.requireNonNull(deviceId)); in updateOrInsertE2eeContactKey() 131 extras.putString(E2eeContactKeys.ACCOUNT_ID, Objects.requireNonNull(accountId)); in updateOrInsertE2eeContactKey() 132 extras.putByteArray(E2eeContactKeys.KEY_VALUE, Objects.requireNonNull(keyValue)); in updateOrInsertE2eeContactKey() 135 E2eeContactKeys.UPDATE_OR_INSERT_CONTACT_KEY_METHOD, extras); in updateOrInsertE2eeContactKey() 154 Bundle extras = new Bundle(); in getE2eeContactKey() local 155 extras.putString(E2eeContactKeys.LOOKUP_KEY, Objects.requireNonNull(lookupKey)); in getE2eeContactKey() 156 extras.putString(E2eeContactKeys.DEVICE_ID, Objects.requireNonNull(deviceId)); in getE2eeContactKey() 157 extras.putString(E2eeContactKeys.ACCOUNT_ID, Objects.requireNonNull(accountId)); in getE2eeContactKey() [all …]
|
/frameworks/base/core/java/android/content/ |
D | SyncActivityTooManyDeletes.java | 50 Bundle extras = getIntent().getExtras(); in onCreate() local 51 if (extras == null) { in onCreate() 56 mNumDeletes = extras.getLong("numDeletes"); in onCreate() 57 mAccount = (Account) extras.getParcelable("account", android.accounts.Account.class); in onCreate() 58 mAuthority = extras.getString("authority"); in onCreate() 59 mProvider = extras.getString("provider"); in onCreate() 117 Bundle extras = new Bundle(); in startSyncReallyDelete() local 118 extras.putBoolean(ContentResolver.SYNC_EXTRAS_OVERRIDE_TOO_MANY_DELETIONS, true); in startSyncReallyDelete() 119 extras.putBoolean(ContentResolver.SYNC_EXTRAS_MANUAL, true); in startSyncReallyDelete() 120 extras.putBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, true); in startSyncReallyDelete() [all …]
|
D | PeriodicSync.java | 36 public final Bundle extras; field in PeriodicSync 48 public PeriodicSync(Account account, String authority, Bundle extras, long periodInSeconds) { in PeriodicSync() argument 51 if (extras == null) { in PeriodicSync() 52 this.extras = new Bundle(); in PeriodicSync() 54 this.extras = new Bundle(extras); in PeriodicSync() 68 this.extras = new Bundle(other.extras); in PeriodicSync() 77 public PeriodicSync(Account account, String authority, Bundle extras, in PeriodicSync() argument 81 this.extras = new Bundle(extras); in PeriodicSync() 89 this.extras = in.readBundle(); in PeriodicSync() 103 dest.writeBundle(extras); in writeToParcel() [all …]
|
D | ContentProviderResult.java | 38 public final @Nullable Bundle extras; field in ContentProviderResult 49 public ContentProviderResult(@NonNull Bundle extras) { in ContentProviderResult() argument 50 this(null, null, Objects.requireNonNull(extras), null); in ContentProviderResult() 58 public ContentProviderResult(Uri uri, Integer count, Bundle extras, Throwable exception) { in ContentProviderResult() argument 61 this.extras = extras; in ContentProviderResult() 77 extras = source.readBundle(); in ContentProviderResult() 79 extras = null; in ContentProviderResult() 92 extras = cpr.extras; in ContentProviderResult() 110 if (extras != null) { in writeToParcel() 112 dest.writeBundle(extras); in writeToParcel() [all …]
|
/frameworks/base/core/java/android/appwidget/ |
D | AppWidgetProvider.java | 67 Bundle extras = intent.getExtras(); in onReceive() local 68 if (extras != null) { in onReceive() 69 int[] appWidgetIds = extras.getIntArray(AppWidgetManager.EXTRA_APPWIDGET_IDS); in onReceive() 75 Bundle extras = intent.getExtras(); in onReceive() local 76 if (extras != null && extras.containsKey(AppWidgetManager.EXTRA_APPWIDGET_ID)) { in onReceive() 77 final int appWidgetId = extras.getInt(AppWidgetManager.EXTRA_APPWIDGET_ID); in onReceive() 81 Bundle extras = intent.getExtras(); in onReceive() local 82 if (extras != null && extras.containsKey(AppWidgetManager.EXTRA_APPWIDGET_ID) in onReceive() 83 && extras.containsKey(AppWidgetManager.EXTRA_APPWIDGET_OPTIONS)) { in onReceive() 84 int appWidgetId = extras.getInt(AppWidgetManager.EXTRA_APPWIDGET_ID); in onReceive() [all …]
|
/frameworks/base/tests/ShowWhenLockedApp/src/com/android/showwhenlocked/ |
D | ShowWhenLockedActivity.java | 129 private void handleExtras(Bundle extras) { in handleExtras() argument 130 if (extras == null) { in handleExtras() 134 if (extras.containsKey(EXTRA_SHOW_WHEN_LOCKED)) { in handleExtras() 135 boolean showWhenLocked = extras.getBoolean(EXTRA_SHOW_WHEN_LOCKED, true); in handleExtras() 140 if (extras.containsKey(EXTRA_TURN_SCREEN_ON)) { in handleExtras() 141 boolean turnScreenOn = extras.getBoolean(EXTRA_TURN_SCREEN_ON, true); in handleExtras() 146 if (extras.containsKey(EXTRA_SHOW_WHEN_LOCKED_STOP)) { in handleExtras() 147 showWhenLockedAtStop = extras.getBoolean(EXTRA_SHOW_WHEN_LOCKED_STOP, true); in handleExtras() 151 if (extras.containsKey(EXTRA_TURN_SCREEN_ON_STOP)) { in handleExtras() 152 turnScreenOnAtStop = extras.getBoolean(EXTRA_TURN_SCREEN_ON_STOP, true); in handleExtras() [all …]
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/ |
D | SwitchesProviderTest.java | 157 final Bundle extras = new Bundle(); in getSwitchDataByKey_shouldReturnData() local 158 extras.putString(META_DATA_PREFERENCE_KEYHINT, "123"); in getSwitchDataByKey_shouldReturnData() 165 final Bundle switchData = mSwitchesProvider.call(METHOD_GET_SWITCH_DATA, "uri" , extras); in getSwitchDataByKey_shouldReturnData() 172 final Bundle extras = new Bundle(); in isChecked_shouldReturnCheckedState() local 173 extras.putString(META_DATA_PREFERENCE_KEYHINT, "123"); in isChecked_shouldReturnCheckedState() 181 Bundle result = mSwitchesProvider.call(METHOD_IS_CHECKED, "uri" , extras); in isChecked_shouldReturnCheckedState() 186 result = mSwitchesProvider.call(METHOD_IS_CHECKED, "uri" , extras); in isChecked_shouldReturnCheckedState() 193 final Bundle extras = new Bundle(); in getProviderIcon_noImplementInterface_shouldReturnNull() local 194 extras.putString(META_DATA_PREFERENCE_KEYHINT, "123"); in getProviderIcon_noImplementInterface_shouldReturnNull() 201 final Bundle iconBundle = mSwitchesProvider.call(METHOD_GET_PROVIDER_ICON, "uri" , extras); in getProviderIcon_noImplementInterface_shouldReturnNull() [all …]
|
D | EntriesProviderTest.java | 187 final Bundle extras = new Bundle(); in getEntryDataByKey_shouldReturnData() local 188 extras.putString(META_DATA_PREFERENCE_KEYHINT, "123"); in getEntryDataByKey_shouldReturnData() 195 final Bundle entryData = mEntriesProvider.call(METHOD_GET_ENTRY_DATA, "uri", extras); in getEntryDataByKey_shouldReturnData() 202 final Bundle extras = new Bundle(); in getSwitchDataByKey_shouldReturnData() local 203 extras.putString(META_DATA_PREFERENCE_KEYHINT, "123"); in getSwitchDataByKey_shouldReturnData() 210 final Bundle entryData = mEntriesProvider.call(METHOD_GET_SWITCH_DATA, "uri", extras); in getSwitchDataByKey_shouldReturnData() 217 final Bundle extras = new Bundle(); in isSwitchChecked_shouldReturnCheckedState() local 218 extras.putString(META_DATA_PREFERENCE_KEYHINT, "123"); in isSwitchChecked_shouldReturnCheckedState() 226 Bundle result = mEntriesProvider.call(METHOD_IS_CHECKED, "uri", extras); in isSwitchChecked_shouldReturnCheckedState() 231 result = mEntriesProvider.call(METHOD_IS_CHECKED, "uri", extras); in isSwitchChecked_shouldReturnCheckedState() [all …]
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | BroadcastHelper.java | 121 void sendPackageBroadcast(final String action, final String pkg, final Bundle extras, in sendPackageBroadcast() argument 138 doSendBroadcast(action, pkg, extras, flags, targetPkg, finishedReceiver, in sendPackageBroadcast() 143 doSendBroadcast(action, pkg, extras, flags, targetPkg, finishedReceiver, in sendPackageBroadcast() 161 @Nullable Bundle extras, in doSendBroadcast() argument 173 if (extras != null) { in doSendBroadcast() 174 intent.putExtras(extras); in doSendBroadcast() 224 Bundle extras = new Bundle(); in sendResourcesChangedBroadcast() local 225 extras.putStringArray(Intent.EXTRA_CHANGED_PACKAGE_LIST, pkgNames); in sendResourcesChangedBroadcast() 226 extras.putIntArray(Intent.EXTRA_CHANGED_UID_LIST, uids); in sendResourcesChangedBroadcast() 228 extras.putBoolean(Intent.EXTRA_REPLACING, replacing); in sendResourcesChangedBroadcast() [all …]
|
D | PackageMonitorCallbackHelper.java | 101 Bundle extras = new Bundle(2); in notifyPackageAddedForNewUsers() local 105 extras.putInt(Intent.EXTRA_UID, uid); in notifyPackageAddedForNewUsers() 107 extras.putBoolean(Intent.EXTRA_ARCHIVAL, true); in notifyPackageAddedForNewUsers() 109 extras.putInt(PackageInstaller.EXTRA_DATA_LOADER_TYPE, dataLoaderType); in notifyPackageAddedForNewUsers() 110 notifyPackageMonitor(Intent.ACTION_PACKAGE_ADDED, packageName, extras, in notifyPackageAddedForNewUsers() 117 Bundle extras = new Bundle(); in notifyResourcesChanged() local 118 extras.putStringArray(Intent.EXTRA_CHANGED_PACKAGE_LIST, pkgNames); in notifyResourcesChanged() 119 extras.putIntArray(Intent.EXTRA_CHANGED_UID_LIST, uids); in notifyResourcesChanged() 121 extras.putBoolean(Intent.EXTRA_REPLACING, replacing); in notifyResourcesChanged() 125 notifyPackageMonitor(action, null /* pkg */, extras, null /* userIds */, in notifyResourcesChanged() [all …]
|
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/clocks/ |
D | WeatherData.kt | 26 fun fromBundle(extras: Bundle, touchAction: WeatherTouchAction? = null): WeatherData? { in fromBundle() 27 val description = extras.getString(DESCRIPTION_KEY) in fromBundle() 29 WeatherStateIcon.fromInt(extras.getInt(STATE_KEY, INVALID_WEATHER_ICON_STATE)) in fromBundle() 30 val temperature = readIntFromBundle(extras, TEMPERATURE_KEY) in fromBundle() 34 !extras.containsKey(USE_CELSIUS_KEY) || in fromBundle() 38 Log.w(TAG, "Weather data did not parse from $extras") in fromBundle() 46 useCelsius = extras.getBoolean(USE_CELSIUS_KEY), in fromBundle() 51 Log.i(TAG, "Weather data parsed $result from $extras") in fromBundle() 57 private fun readIntFromBundle(extras: Bundle, key: String): Int? = in readIntFromBundle() 59 extras.getString(key)?.toInt() in readIntFromBundle()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationMemoryMeter.kt | 81 val extras = notification.extras in <lambda>() constant 89 computeParcelableUse(extras, Notification.EXTRA_LARGE_ICON_BIG, seenBitmaps) in <lambda>() 91 computeParcelableUse(extras, Notification.EXTRA_PICTURE, seenBitmaps) + in <lambda>() 92 computeParcelableUse(extras, Notification.EXTRA_PICTURE_ICON, seenBitmaps) in <lambda>() 95 val peopleList = extras.getParcelableArrayList<Person>(Notification.EXTRA_PEOPLE_LIST) in <lambda>() 101 computeParcelableUse(extras, Notification.EXTRA_CALL_PERSON, seenBitmaps) in <lambda>() 103 computeParcelableUse(extras, Notification.EXTRA_VERIFICATION_ICON, seenBitmaps) in <lambda>() 108 extras.getParcelableArray(Notification.EXTRA_MESSAGES) in <lambda>() 114 extras.getParcelableArray(Notification.EXTRA_HISTORIC_MESSAGES) in <lambda>() 120 val carExtender = extras.getBundle(CAR_EXTENSIONS) in <lambda>() [all …]
|
/frameworks/base/telecomm/java/android/telecom/ |
D | ConnectionRequest.java | 91 public @NonNull Builder setExtras(@NonNull Bundle extras) { in setExtras() argument 92 this.mExtras = extras; in setExtras() 197 Bundle extras) { in ConnectionRequest() argument 198 this(accountHandle, handle, extras, VideoProfile.STATE_AUDIO_ONLY, null, false, null, null); in ConnectionRequest() 210 Bundle extras, in ConnectionRequest() argument 212 this(accountHandle, handle, extras, videoState, null, false, null, null); in ConnectionRequest() 230 Bundle extras, in ConnectionRequest() argument 234 this(accountHandle, handle, extras, videoState, telecomCallId, in ConnectionRequest() 241 Bundle extras, in ConnectionRequest() argument 247 this(accountHandle, handle, extras, videoState, telecomCallId, in ConnectionRequest() [all …]
|
/frameworks/base/core/java/android/content/pm/ |
D | AuxiliaryResolveInfo.java | 97 public final Bundle extras; field in AuxiliaryResolveInfo.AuxiliaryFilter 100 String splitName, Bundle extras) { in AuxiliaryFilter() argument 106 this.extras = extras; in AuxiliaryFilter() 110 String splitName, Bundle extras) { in AuxiliaryFilter() argument 115 this.extras = extras; in AuxiliaryFilter() 123 this.extras = null; in AuxiliaryFilter()
|
/frameworks/base/location/java/android/location/provider/ |
D | LocationProviderBase.java | 266 @Nullable Bundle extras); in onSendExtraCommand() 269 Bundle extras = location.getExtras(); in stripExtras() local 270 if (extras != null && (extras.containsKey(EXTRA_NO_GPS_LOCATION) in stripExtras() 271 || extras.containsKey("indoorProbability") in stripExtras() 272 || extras.containsKey("coarseLocation"))) { in stripExtras() 274 extras = location.getExtras(); in stripExtras() 275 extras.remove(EXTRA_NO_GPS_LOCATION); in stripExtras() 276 extras.remove("indoorProbability"); in stripExtras() 277 extras.remove("coarseLocation"); in stripExtras() 278 if (extras.isEmpty()) { in stripExtras() [all …]
|
/frameworks/base/location/lib/java/com/android/location/provider/ |
D | LocationProviderBase.java | 338 protected int onGetStatus(Bundle extras) { in onGetStatus() argument 358 protected boolean onSendExtraCommand(@Nullable String command, @Nullable Bundle extras) { in onSendExtraCommand() argument 408 public void sendExtraCommand(String command, Bundle extras) { in sendExtraCommand() argument 409 onSendExtraCommand(command, extras); in sendExtraCommand() 414 Bundle extras = location.getExtras(); in stripExtras() local 415 if (extras != null && (extras.containsKey(EXTRA_NO_GPS_LOCATION) in stripExtras() 416 || extras.containsKey("indoorProbability") in stripExtras() 417 || extras.containsKey("coarseLocation"))) { in stripExtras() 419 extras = location.getExtras(); in stripExtras() 420 extras.remove(EXTRA_NO_GPS_LOCATION); in stripExtras() [all …]
|
/frameworks/base/cmds/content/src/com/android/commands/content/ |
D | Content.java | 205 Bundle extras = new Bundle(); in parseInsertCommand() local 214 parseBindValue(extras); in parseInsertCommand() 227 return new InsertCommand(uri, userId, values, extras); in parseInsertCommand() 233 Bundle extras = new Bundle(); in parseDeleteCommand() local 240 extras.putString(ContentResolver.QUERY_ARG_SQL_SELECTION, in parseDeleteCommand() 243 parseBindValue(extras); in parseDeleteCommand() 252 return new DeleteCommand(uri, userId, extras); in parseDeleteCommand() 259 Bundle extras = new Bundle(); in parseUpdateCommand() local 266 extras.putString(ContentResolver.QUERY_ARG_SQL_SELECTION, in parseUpdateCommand() 271 parseBindValue(extras); in parseUpdateCommand() [all …]
|
/frameworks/base/tests/graphics/SilkFX/src/com/android/test/silkfx/app/ |
D | CommonDemoActivity.kt | 32 val extras = intent.extras ?: return finish() in onCreate() constant 34 val layout = extras.getInt(EXTRA_LAYOUT, -1) in onCreate() 39 val title = extras.getString(EXTRA_TITLE, "SilkFX") in onCreate() 42 if (extras.getBoolean(EXTRA_COMMON_CONTROLS, true)) { in onCreate()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | RemoteInputNotificationRebuilderTest.java | 82 .extras.getParcelableArray(Notification.EXTRA_REMOTE_INPUT_HISTORY_ITEMS); in testRebuildWithRemoteInput_noExistingInput_image() 95 .extras.getParcelableArray(Notification.EXTRA_REMOTE_INPUT_HISTORY_ITEMS); in testRebuildWithRemoteInput_noExistingInputNoSpinner() 98 assertFalse(newSbn.getNotification().extras in testRebuildWithRemoteInput_noExistingInputNoSpinner() 100 assertTrue(newSbn.getNotification().extras in testRebuildWithRemoteInput_noExistingInputNoSpinner() 110 .extras.getParcelableArray(Notification.EXTRA_REMOTE_INPUT_HISTORY_ITEMS); in testRebuildWithRemoteInput_noExistingInputWithSpinner() 113 assertTrue(newSbn.getNotification().extras in testRebuildWithRemoteInput_noExistingInputWithSpinner() 115 assertTrue(newSbn.getNotification().extras in testRebuildWithRemoteInput_noExistingInputWithSpinner() 133 .extras.getParcelableArray(Notification.EXTRA_REMOTE_INPUT_HISTORY_ITEMS); in testRebuildWithRemoteInput_withExistingInput() 156 .extras.getParcelableArray(Notification.EXTRA_REMOTE_INPUT_HISTORY_ITEMS); in testRebuildWithRemoteInput_withExistingInput_image() 169 assertFalse(newSbn.getNotification().extras in testRebuildNotificationForCanceledSmartReplies() [all …]
|