Searched refs:obbBytes (Results 1 – 2 of 2) sorted by relevance
36 /** {@hide} */ public long obbBytes; field in ExternalStorageStats102 return obbBytes; in getObbBytes()116 this.obbBytes = in.readLong(); in ExternalStorageStats()131 dest.writeLong(obbBytes); in writeToParcel()
407 res.obbBytes = stats[5]; in queryExternalStatsForUser()