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/password/
DConfirmLockPassword.java192 int currentType = mPasswordEntry.getInputType(); in onCreateView() local
194 mPasswordEntry.setInputType(currentType); in onCreateView()
DChooseLockPassword.java573 int currentType = mPasswordEntry.getInputType(); in onViewCreated() local
574 mPasswordEntry.setInputType(mIsAlphaMode ? currentType in onViewCreated()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientStateMachineTest.java2459 private boolean isConnectionIntentExpected(Class currentType, Class nextType) { in isConnectionIntentExpected() argument
2460 if (currentType == nextType) { in isConnectionIntentExpected()
2464 if ((currentType == BassClientStateMachine.ConnectedProcessing.class) in isConnectionIntentExpected()
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallController.java2375 int currentType = getInCallServiceType(userHandle, in getInCallServiceComponents() local
2383 if (currentType == IN_CALL_SERVICE_TYPE_NON_UI) { in getInCallServiceComponents()
2393 isRequestedType = requestedType == currentType; in getInCallServiceComponents()
/packages/apps/TV/libs/m2/
Ddagger-compiler-2.23.jarjava/dagger/internal/codegen/META-INF/gradle/incremental.annotation.processors ...