Searched refs:tmpArray (Results 1 – 3 of 3) sorted by relevance
217 String[] tmpArray; in convertNumberIfNecessary() local224 tmpArray = entry[1].split(","); in convertNumberIfNecessary()226 if (tmpArray.length >= 2 && !TextUtils.isEmpty(tmpArray[1])) { in convertNumberIfNecessary()227 if (compareGid1(phone, tmpArray[1])) { in convertNumberIfNecessary()235 if(!TextUtils.isEmpty(tmpArray[0]) && tmpArray[0].endsWith("MDN")) { in convertNumberIfNecessary()241 outNumber = tmpArray[0].substring(0, tmpArray[0].length() -3) in convertNumberIfNecessary()246 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()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...