Home | History | Annotate | Download | only in jni

Lines Matching refs:notifyConfigurationChanged

64     jmethodID notifyConfigurationChanged;
192 virtual void notifyConfigurationChanged(nsecs_t when);
544 void NativeInputManager::notifyConfigurationChanged(nsecs_t when) {
546 ALOGD("notifyConfigurationChanged - when=%lld", when);
551 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyConfigurationChanged, when);
552 checkAndClearExceptionFromCallback(env, "notifyConfigurationChanged");
1368 GET_METHOD_ID(gServiceClassInfo.notifyConfigurationChanged, clazz,
1369 "notifyConfigurationChanged", "(J)V");