Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGbaManager.java57 private static final int EVENT_REQUESTS_RECEIVED = 6; field in GbaManager
119 case EVENT_REQUESTS_RECEIVED: in handleMessage()
262 if (!mHandler.hasMessages(EVENT_REQUESTS_RECEIVED)) { in bootstrapAuthenticationRequest()
263 mHandler.sendEmptyMessage(EVENT_REQUESTS_RECEIVED); in bootstrapAuthenticationRequest()