Home
last modified time | relevance | path

Searched refs:getClientInfoForSdkSandbox (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DProcessRecord.java608 final ApplicationInfo clientInfo = getClientInfoForSdkSandbox(); in ProcessRecord()
1060 public ApplicationInfo getClientInfoForSdkSandbox() { in getClientInfoForSdkSandbox() method in ProcessRecord
1076 ApplicationInfo clientInfo = getClientInfoForSdkSandbox(); in isDebuggable()
DAppProfiler.java2044 proc.isSdkSandbox ? proc.getClientInfoForSdkSandbox() : null); in profileControlLPf()
DProcessList.java1933 ApplicationInfo clientInfo = app.getClientInfoForSdkSandbox();