Searched refs:currentName (Results 1 – 3 of 3) sorted by relevance
121 final String currentName = cursor.getString(ParticipantsQuery.INDEX_FULL_NAME); in verifyParticipant() local130 if (!TextUtils.equals(currentName, name)) { in verifyParticipant()132 " expected=" + name + " actual=" + currentName); in verifyParticipant()
40 CharSequence currentName) { in prepareArgs() argument42 args.putCharSequence(ARG_CURRENT_NAME, currentName); in prepareArgs()
350 String currentName = BluetoothAdapter.getDefaultAdapter().getName(); in verifyBluetoothNameRestored() local351 if (expectedName.equals(currentName)) { in verifyBluetoothNameRestored()