Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbShellCommand.java457 boolean shouldBlockCall = false; in buildFiraOpenSessionParams()
463 shouldBlockCall = true; in buildFiraOpenSessionParams()
751 return Pair.create(builder.build(), shouldBlockCall); in buildFiraOpenSessionParams()
795 boolean shouldBlockCall = false; in buildCccOpenRangingParams()
799 shouldBlockCall = true; in buildCccOpenRangingParams()
862 return Pair.create(builder.build(), shouldBlockCall); in buildCccOpenRangingParams()
881 boolean shouldBlockCall, @NonNull PrintWriter pw) throws Exception { in startRangingSession() argument
954 while (shouldBlockCall) { in startRangingSession()
1091 boolean shouldBlockCall = false; in buildRadarOpenSessionParams()
1096 shouldBlockCall = true; in buildRadarOpenSessionParams()
[all …]