Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DWellbeingModel.java243 final Bundle remoteBundle = client == null ? null : client.call( in isInMinimalDeviceMode() local
245 return remoteBundle != null in isInMinimalDeviceMode()
246 && remoteBundle.getInt(EXTRA_MINIMAL_DEVICE_STATE, in isInMinimalDeviceMode()