Home | History | Annotate | Download | only in app

Lines Matching defs:cn

829             ComponentName cn = ActivityManagerNative.getDefault().startService(
832 if (cn != null && cn.getPackageName().equals("!")) {
835 + " without permission " + cn.getClassName());
837 return cn;