Home
last modified time | relevance | path

Searched refs:currentType (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/packages/ScriptExecutor/src/
DJniUtils.cpp299 int currentType = lua_type(lua, /* index= */ -1); in convertLuaTableToBundle() local
300 if (currentType != originalLuaType) { in convertLuaTableToBundle()
305 << ", but the element at index=" << i + 1 << " has type=" << currentType in convertLuaTableToBundle()
309 switch (currentType) { in convertLuaTableToBundle()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DTouchpadThreeFingerTapPreferenceController.java80 int currentType = Settings.System.getIntForUser(mContext.getContentResolver(), in getSummary() local
83 return mKeyGestureTypeNameMap.get(currentType); in getSummary()
/packages/apps/Settings/src/com/android/settings/password/
DConfirmLockPassword.java209 int currentType = mPasswordEntry.getInputType(); in onCreateView() local
211 mPasswordEntry.setInputType(currentType); in onCreateView()
DChooseLockPassword.java585 int currentType = mPasswordEntry.getInputType(); in onViewCreated() local
586 mPasswordEntry.setInputType(mIsAlphaMode ? currentType in onViewCreated()
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallController.java2449 int currentType = getInCallServiceType(userHandle, in getInCallServiceComponents() local
2457 if (currentType == IN_CALL_SERVICE_TYPE_NON_UI) { in getInCallServiceComponents()
2467 isRequestedType = requestedType == currentType; in getInCallServiceComponents()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java2679 private static boolean isConnectionIntentExpected(Class currentType, Class nextType) { in isConnectionIntentExpected() argument
2680 if (currentType == nextType) { in isConnectionIntentExpected()
2684 if ((currentType == BassClientStateMachine.ConnectedProcessing.class) in isConnectionIntentExpected()