Searched refs:systemIsInPrl (Results 1 – 1 of 1) sorted by relevance
1652 int systemIsInPrl = 0; //[11] Indicates if current system is in PRL in handlePollStateResultMessage() local1691 systemIsInPrl = Integer.parseInt(states[11]); in handlePollStateResultMessage()1722 mIsInPrl = (systemIsInPrl == 0) ? false : true; in handlePollStateResultMessage()