Searched refs:mCustomSizePreset (Results 1 – 1 of 1) sorted by relevance
9077 private int mCustomSizePreset = SIZE_DEFAULT; field in Notification.Builder.WearableExtender9114 mCustomSizePreset = wearableBundle.getInt(KEY_CUSTOM_SIZE_PRESET, in WearableExtender()9159 if (mCustomSizePreset != SIZE_DEFAULT) { in extend()9160 wearableBundle.putInt(KEY_CUSTOM_SIZE_PRESET, mCustomSizePreset); in extend()9193 that.mCustomSizePreset = this.mCustomSizePreset; in clone()9492 mCustomSizePreset = sizePreset; in setCustomSizePreset()9506 return mCustomSizePreset; in getCustomSizePreset()