Searched refs:details (Results 1 – 6 of 6) sorted by relevance
84 SeekBarDetails details = new SeekBarDetails(); in registerSeekBar() local85 details.mSeekBarSelector = in registerSeekBar()87 details.mLayout = layout; in registerSeekBar()88 details.mValueSupplier = valueSupplier; in registerSeekBar()90 mRegisteredSeekBars.put(id, details); in registerSeekBar()107 SeekBarDetails details = mRegisteredSeekBars.get(id); in seek() local108 UiObject2 seekBar = mSpectatioUiUtil.findUiObject(details.mSeekBarSelector); in seek()111 String.format("Unable to find seekbar using %s.", details.mSeekBarSelector)); in seek()116 switch (details.mLayout) { in seek()130 return details.mValueSupplier.get(); in seek()
4 `atoms.proto` for details.
17 ## For more details on how to configure your build environment visit26 # This option should only be used with decoupled projects. More details, visit
89 …, `assertionName` string identifier, and `reason` string to provide actionable details to the user.90 The `reason` string is build along the way with all the details as to why the assertions failed and…138 // Result should contain a details if assertion fails for any reason
148 List<ProcessDetails> details = getProcessDetails(); in verifyRunningProcess() local149 if (details == null) { in verifyRunningProcess()152 for (ProcessDetails d : details) { in verifyRunningProcess()
316 Check with the Wi-Fi engineering team about device capabilities details.397 - Review the test case details including the transfer medium, concurrency