Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/trust/
DTrustAgentService.java149 private static final int MSG_CONFIGURE = 2; field in TrustAgentService
193 case MSG_CONFIGURE: {
615 mHandler.obtainMessage(MSG_CONFIGURE, new ConfigurationData(args, token)) in onConfigure()