Searched refs:simUnlockIntent (Results 1 – 1 of 1) sorted by relevance
199 Intent simUnlockIntent = new Intent().setComponent(new ComponentName( in onCreateOutgoingConnection() local201 simUnlockIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in onCreateOutgoingConnection()203 context.startActivity(simUnlockIntent); in onCreateOutgoingConnection()