Searched refs:currentType (Results 1 – 3 of 3) sorted by relevance
171 int currentType = mPasswordEntry.getInputType(); in onCreateView() local173 mPasswordEntry.setInputType(currentType); in onCreateView()
525 int currentType = mPasswordEntry.getInputType(); in onViewCreated() local526 mPasswordEntry.setInputType(mIsAlphaMode ? currentType in onViewCreated()
1712 int currentType = getInCallServiceType(entry.serviceInfo, packageManager, in getInCallServiceComponents() local1726 isRequestedType = requestedType == currentType; in getInCallServiceComponents()