Searched refs:classname (Results 1 – 13 of 13) sorted by relevance
255 static jclass findClassCheck(JNIEnv* env, const char classname[]) { in findClassCheck() argument256 jclass clazz = env->FindClass(classname); in findClassCheck()
788 static jclass make_globalref(JNIEnv* env, const char classname[]) in make_globalref() argument790 jclass c = env->FindClass(classname); in make_globalref()
31 …-D jack.transformations.boost-locked-region-priority.classname=com.android.server.am.ActivityManag…
67 void start(const char *classname, const Vector<String8>& options, bool zygote);
234 classname: 'com.tonicsystems.jarjar.JarJarTask',
3089 String classname = data.appInfo.backupAgentName; in handleCreateBackupAgent() local3091 if (classname == null && (data.backupMode == IApplicationThread.BACKUP_MODE_FULL in handleCreateBackupAgent()3093 classname = "android.app.backup.FullBackupAgent"; in handleCreateBackupAgent()3107 if (DEBUG_BACKUP) Slog.v(TAG, "Initializing agent class " + classname); in handleCreateBackupAgent()3110 agent = (BackupAgent) cl.loadClass(classname).newInstance(); in handleCreateBackupAgent()3140 + classname + ": " + e.toString(), e); in handleCreateBackupAgent()
200 methods for <classname>
2053 <code><em>serviceclass</em></code> is the fully-qualified classname of the service2078 <code><em>activityclass</em></code> is the fully-qualified classname of the activity2085 <code><em>activityclass</em></code> is the fully-qualified classname of the activity2121 The <code><em>activityclass</em></code> value is the fully-qualified classname of the
2211 // SUBTYPE: sub settings classname
40056 field public java.lang.String classname;
49464 field public java.lang.String classname;
52998 field public java.lang.String classname;
49557 field public java.lang.String classname;