Home
last modified time | relevance | path

Searched refs:INPUT_METHOD_SERVICE (Results 1 – 14 of 14) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowServiceManagerTest.java17 assertThat(ServiceManager.getService(Context.INPUT_METHOD_SERVICE)).isNotNull(); in getService_available_shouldReturnNonNull()
22 ShadowServiceManager.setServiceAvailability(Context.INPUT_METHOD_SERVICE, false); in getService_unavailableService_shouldReturnNull()
23 assertThat(ServiceManager.getService(Context.INPUT_METHOD_SERVICE)).isNull(); in getService_unavailableService_shouldReturnNull()
DShadowInputMethodManagerTest.java31 .getSystemService(Activity.INPUT_METHOD_SERVICE); in setUp()
DShadowApplicationTest.java105 assertThat(context.getSystemService(Context.INPUT_METHOD_SERVICE)) in shouldProvideServices()
/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/views/
DSearchInputItemView.kt39 …val inputMethodManager = context.getSystemService(Context.INPUT_METHOD_SERVICE) as InputMethodMana… in <lambda>()
/external/grpc-grpc-java/examples/example-kotlin/android/helloworld/app/src/main/kotlin/io/grpc/helloworldexample/
DHelloworldActivity.kt49 (getSystemService(Context.INPUT_METHOD_SERVICE) as InputMethodManager) in onClick()
/external/grpc-grpc/src/android/test/interop/app/src/main/java/io/grpc/interop/cpp/
DInteropActivity.java65 ((InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE)) in doPingPong()
/external/grpc-grpc-java/examples/android/helloworld/app/src/main/java/io/grpc/helloworldexample/
DHelloworldActivity.java61 ((InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE)) in sendMessage()
/external/grpc-grpc-java/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/
DTesterActivity.java111 ((InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE)).hideSoftInputFromWindow( in startTest()
/external/grpc-grpc/examples/android/helloworld/app/src/main/java/io/grpc/helloworldexample/cpp/
DHelloworldActivity.java78 ((InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE)) in sendMessage()
/external/libwebsockets/test-apps/android/app/src/main/java/org/libwebsockets/client/
DMainActivity.java211 … InputMethodManager imm = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE); in clickStart()
/external/grpc-grpc-java/examples/android/clientcache/app/src/main/java/io/grpc/clientcacheexample/
DClientCacheExampleActivity.java79 ((InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE)) in sendMessage()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowServiceManager.java99 Context.INPUT_METHOD_SERVICE, in map.put() argument
/external/grpc-grpc-java/examples/android/routeguide/app/src/main/java/io/grpc/routeguideexample/
DRouteGuideActivity.java80 ((InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE)) in startRouteGuide()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DConsoleActivity.java326 inputManager = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE); in onCreate()