Finding elements in Android Settings that was launched by app under test

OK. Attached is a screen shot of the Accessibility page of Android Settings App on a Moto G 6.0. I certainly understand the idea of looping through a set of elements until I find one but at the moment, I’m not confident that anything on the page can be found. I’ve tried searching for something - anything - with the resource.id of android:id/title, for example, and didn’t get anything. I expected that if appium found many, it would either:

  1. choose the first one
  2. Error out with a request for disambiguation

At any rate, I certainly would be willing to try almost anything at this point!! ha ha.