Searched refs:simUnlockIntent (Results 1 – 1 of 1) sorted by relevance
1568 Intent simUnlockIntent = new Intent().setComponent(new ComponentName( in getTelephonyConnection() local1570 simUnlockIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in getTelephonyConnection()1572 context.startActivity(simUnlockIntent); in getTelephonyConnection()