Home
last modified time | relevance | path

Searched defs:triggerType (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Profiling/framework/java/android/os/
DProfilingTrigger.java59 private ProfilingTrigger(@TriggerType int triggerType, int rateLimitingPeriodHours) { in ProfilingTrigger()
83 public Builder(@TriggerType int triggerType) { in Builder()
161 public static boolean isValidRequestTriggerType(int triggerType) { in isValidRequestTriggerType()
DProfilingServiceHelper.java83 public void onProfilingTriggerOccurred(int uid, @NonNull String packageName, int triggerType) { in onProfilingTriggerOccurred()
DProfilingResult.java96 String errorMessage, int triggerType) { in ProfilingResult()
/packages/modules/Profiling/aidl/android/os/
DIProfilingResultCallback.aidl24 String tag, String error, int triggerType); in sendResult()
DIProfilingService.aidl48 oneway void processTrigger(int uid, String packageName, int triggerType); in processTrigger()
/packages/modules/Profiling/service/java/com/android/os/profiling/
DProfilingTriggerData.java31 public ProfilingTriggerData(int uid, @NonNull String packageName, int triggerType, in ProfilingTriggerData()
DTracingSession.java64 public TracingSession(int profilingType, int uid, String packageName, int triggerType) { in TracingSession()
77 long keyMostSigBits, long keyLeastSigBits, int triggerType) { in TracingSession()
DProfilingService.java1402 @Nullable String error, int triggerType) { in processResultCallback()
1605 public void processTrigger(int uid, @NonNull String packageName, int triggerType) { in processTrigger()
1624 public void processTriggerInternal(int uid, @NonNull String packageName, int triggerType) { in processTriggerInternal()
1760 public void addTrigger(int uid, @NonNull String packageName, int triggerType, in addTrigger()
/packages/modules/Profiling/tests/cts/src/android/profiling/cts/
DProfilingServiceTests.java2222 int triggerType, int rateLimitingPeriodHours) { in confirmProfilingTriggerEquals()
2295 long keyLeastSigBits, int status, String tag, String error, int triggerType) { in sendResult()
DProfilingFrameworkTests.java1367 private void confirmCollectionSuccess(ProfilingResult result, String suffix, int triggerType) { in confirmCollectionSuccess()
/packages/modules/Wifi/framework/java/android/net/wifi/
DIWifiManager.aidl557 void storeCapturedData(int triggerType, boolean isFullCapture, long triggerStartTimeMillis, in storeCapturedData()
DWifiManager.java10366 @NonNull IntConsumer resultsCallback, int triggerType, boolean isFullCapture, in storeCapturedData()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java7209 private void p2pConnectWithPinDisplay(WifiP2pConfig config, int triggerType) { in p2pConnectWithPinDisplay()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeImpl.java7001 int triggerType; in convertToUsabilityStatsTriggerType() local