Searched refs:EVENT_REQUESTS_RECEIVED (Results 1 – 1 of 1) sorted by relevance
57 private static final int EVENT_REQUESTS_RECEIVED = 6; field in GbaManager119 case EVENT_REQUESTS_RECEIVED: in handleMessage()262 if (!mHandler.hasMessages(EVENT_REQUESTS_RECEIVED)) { in bootstrapAuthenticationRequest()263 mHandler.sendEmptyMessage(EVENT_REQUESTS_RECEIVED); in bootstrapAuthenticationRequest()