Searched refs:mCustomSizePreset (Results 1 – 1 of 1) sorted by relevance
3239 private int mCustomSizePreset = SIZE_DEFAULT; field in NotificationCompat.WearableExtender3279 mCustomSizePreset = wearableBundle.getInt(KEY_CUSTOM_SIZE_PRESET, in WearableExtender()3326 if (mCustomSizePreset != SIZE_DEFAULT) { in extend()3327 wearableBundle.putInt(KEY_CUSTOM_SIZE_PRESET, mCustomSizePreset); in extend()3360 that.mCustomSizePreset = this.mCustomSizePreset; in clone()3644 mCustomSizePreset = sizePreset; in setCustomSizePreset()3657 return mCustomSizePreset; in getCustomSizePreset()