Home | History | Annotate | Download | only in fuelgauge

Lines Matching defs:mTypes

323     private int[] mTypes;
396 mTypes = args.getIntArray(EXTRA_DETAIL_TYPES);
543 if (mTypes != null && mValues != null) {
544 for (int i = 0; i < mTypes.length; i++) {
547 final String label = getString(mTypes[i]);
549 switch (mTypes[i]) {