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()
80 int currentType = Settings.System.getIntForUser(mContext.getContentResolver(), in getSummary() local83 return mKeyGestureTypeNameMap.get(currentType); in getSummary()
209 int currentType = mPasswordEntry.getInputType(); in onCreateView() local211 mPasswordEntry.setInputType(currentType); in onCreateView()
585 int currentType = mPasswordEntry.getInputType(); in onViewCreated() local586 mPasswordEntry.setInputType(mIsAlphaMode ? currentType in onViewCreated()
2449 int currentType = getInCallServiceType(userHandle, in getInCallServiceComponents() local2457 if (currentType == IN_CALL_SERVICE_TYPE_NON_UI) { in getInCallServiceComponents()2467 isRequestedType = requestedType == currentType; in getInCallServiceComponents()
2679 private static boolean isConnectionIntentExpected(Class currentType, Class nextType) { in isConnectionIntentExpected() argument2680 if (currentType == nextType) { in isConnectionIntentExpected()2684 if ((currentType == BassClientStateMachine.ConnectedProcessing.class) in isConnectionIntentExpected()