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