Searched refs:getIsolatedEntryPoint (Results 1 – 5 of 5) sorted by relevance
1130 String getIsolatedEntryPoint() { in getIsolatedEntryPoint() method in ProcessRecord
1403 && app.getIsolatedEntryPoint() == null) { in updateAndTrimProcessLSP()1458 && app.getIsolatedEntryPoint() == null) { in updateAppUidRecIfNecessaryLSP()
2876 if (app.getIsolatedEntryPoint() != null) {2878 buf.append(app.getIsolatedEntryPoint());
4806 if (app.getIsolatedEntryPoint() != null) { in attachApplicationLocked()4810 app.getIsolatedEntryPoint(), app.getIsolatedEntryPointArgs()); in attachApplicationLocked()
6794 PLcom/android/server/am/ProcessRecord;->getIsolatedEntryPoint()Ljava/lang/String;