Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java6867 JSONArray callerJSONArray = callerJSON.getJSONArray(CALLER_SHA256_ID); in parseJsonForCallerInfo() local
6876 for (int index = 0; index < callerJSONArray.length(); index++) { in parseJsonForCallerInfo()
6877 appSignatures.add((String) callerJSONArray.get(index)); in parseJsonForCallerInfo()