Home | History | Annotate | Download | only in keyguard

Lines Matching refs:simState

376         public void onSimStateChanged(int subId, int slotId, IccCardConstants.State simState) {
380 + ",state=" + simState + ")");
393 switch (simState) {
445 if (DEBUG_SIM_STATES) Log.v(TAG, "Ignoring state: " + simState);