Home
last modified time | relevance | path

Searched refs:getNativeTids (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DBinderCallsStats.java432 mCallStatsObserver.noteBinderThreadNativeIds(getNativeTids()); in noteBinderThreadNativeIds()
729 public int[] getNativeTids() { in getNativeTids() method in BinderCallsStats
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBinderCallsStatsTest.java904 int[] tids = bcs.getNativeTids(); in testNativeTids()