Searched refs:currentType (Results 1 – 6 of 6) sorted by relevance
299 int currentType = lua_type(lua, /* index= */ -1); in convertLuaTableToBundle() local300 if (currentType != originalLuaType) { in convertLuaTableToBundle()305 << ", but the element at index=" << i + 1 << " has type=" << currentType in convertLuaTableToBundle()309 switch (currentType) { in convertLuaTableToBundle()
192 int currentType = mPasswordEntry.getInputType(); in onCreateView() local194 mPasswordEntry.setInputType(currentType); in onCreateView()
573 int currentType = mPasswordEntry.getInputType(); in onViewCreated() local574 mPasswordEntry.setInputType(mIsAlphaMode ? currentType in onViewCreated()
2459 private boolean isConnectionIntentExpected(Class currentType, Class nextType) { in isConnectionIntentExpected() argument2460 if (currentType == nextType) { in isConnectionIntentExpected()2464 if ((currentType == BassClientStateMachine.ConnectedProcessing.class) in isConnectionIntentExpected()
2375 int currentType = getInCallServiceType(userHandle, in getInCallServiceComponents() local2383 if (currentType == IN_CALL_SERVICE_TYPE_NON_UI) { in getInCallServiceComponents()2393 isRequestedType = requestedType == currentType; in getInCallServiceComponents()
java/dagger/internal/codegen/META-INF/gradle/incremental.annotation.processors ...