Searched refs:getIsolatedEntryPoint (Results 1 – 5 of 5) sorted by relevance
874 String getIsolatedEntryPoint() { in getIsolatedEntryPoint() method in ProcessRecord
1249 && app.getIsolatedEntryPoint() == null) { in updateAndTrimProcessLSP()1280 && app.getIsolatedEntryPoint() == null) { in updateAppUidRecIfNecessaryLSP()
2691 if (app.getIsolatedEntryPoint() != null) {2693 buf.append(app.getIsolatedEntryPoint());
4521 if (app.getIsolatedEntryPoint() != null) { in attachApplicationLocked()4525 app.getIsolatedEntryPoint(), app.getIsolatedEntryPointArgs()); in attachApplicationLocked()
8771 HSPLcom/android/server/am/ProcessRecord;->getIsolatedEntryPoint()Ljava/lang/String;