Searched refs:postfix (Results 1 – 14 of 14) sorted by relevance
241 byte[] postfix = new byte[ENTRY_POSTFIX.length]; in readLog()242 inputStream.read(postfix); in readLog()243 if (!Arrays.equals(postfix, ENTRY_POSTFIX)) { in readLog()
76 String postfix = MimeTypeMap.getFileExtensionFromUrl(src.toString()); in getMimeType() local78 if (postfix != null) { in getMimeType()79 ret = MimeTypeMap.getSingleton().getMimeTypeFromExtension(postfix); in getMimeType()
181 boolean setSsidPostfix(String postfix); in setSsidPostfix() argument
425 public boolean setP2pSsidPostfix(String postfix) { in setP2pSsidPostfix() argument426 return mSupplicantP2pIfaceHal.setSsidPostfix(postfix); in setP2pSsidPostfix()
351 public boolean setSsidPostfix(String postfix) { in setSsidPostfix() argument357 return mP2pIfaceHal.setSsidPostfix(postfix); in setSsidPostfix()
930 public boolean setSsidPostfix(String postfix) { in setSsidPostfix() argument934 if (postfix == null) { in setSsidPostfix()939 SupplicantResult<Void> result = new SupplicantResult("setSsidPostfix(" + postfix + ")"); in setSsidPostfix()942 NativeUtil.decodeSsid("\"" + postfix + "\""))); in setSsidPostfix()
749 public boolean setSsidPostfix(String postfix) { in setSsidPostfix() argument756 if (postfix == null) { in setSsidPostfix()764 NativeUtil.decodeSsid("\"" + postfix + "\""))); in setSsidPostfix()
6748 String postfix; in getPersistedDeviceName() local6750 postfix = StringUtil.generateRandomNumberString(numDigits); in getPersistedDeviceName()6756 postfix = id.substring(0, 4); in getPersistedDeviceName()6758 postfix = StringUtil.generateRandomString(4); in getPersistedDeviceName()6760 mDefaultDeviceName = prefix + postfix; in getPersistedDeviceName()6798 String postfix = generateP2pSsidPostfix(devName); in setAndPersistDeviceName() local6802 if (!mWifiNative.setP2pSsidPostfix(postfix)) { in setAndPersistDeviceName()6803 loge("Failed to set SSID postfix " + postfix); in setAndPersistDeviceName()
318 String postfix = "." + CarEvsUtils.convertToString(type); in StateMachine() local319 mLogTag = TAG_EVS + postfix; in StateMachine()