Searched refs:tmpArray (Results 1 – 2 of 2) sorted by relevance
215 String[] tmpArray; in convertNumberIfNecessary() local222 tmpArray = entry[1].split(","); in convertNumberIfNecessary()224 if (tmpArray.length >= 2 && !TextUtils.isEmpty(tmpArray[1])) { in convertNumberIfNecessary()225 if (compareGid1(phoneBase, tmpArray[1])) { in convertNumberIfNecessary()233 if(!TextUtils.isEmpty(tmpArray[0]) && tmpArray[0].endsWith("MDN")) { in convertNumberIfNecessary()239 outNumber = tmpArray[0].substring(0, tmpArray[0].length() -3) in convertNumberIfNecessary()244 outNumber = tmpArray[0]; in convertNumberIfNecessary()
229 int[] tmpArray = null; in setVibratePattern() local231 tmpArray = mContext.getResources().getIntArray(id); in setVibratePattern()237 if (tmpArray == null) { in setVibratePattern()241 mVibratePattern = new long[tmpArray.length]; in setVibratePattern()242 for (int i = 0; i < tmpArray.length; i++) { in setVibratePattern()243 mVibratePattern[i] = tmpArray[i]; in setVibratePattern()