Home
last modified time | relevance | path

Searched defs:results (Results 1 – 11 of 11) sorted by relevance

/development/apps/Development/src/com/android/development/
DDevelopment.java36 protected void onSortResultList(List<ResolveInfo> results) { in onSortResultList()
DConnectivity.java720 private void onHttpRequestResults(final String results) { in onHttpRequestResults()
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DBatchOperation.java64 ContentProviderResult[] results = mResolver.applyBatch(ContactsContract.AUTHORITY, in execute() local
/development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/
DVoiceRecognitionService.java46 ArrayList<String> results = new ArrayList<String>(); in onStartListening() local
/development/tools/bugreport/src/com/android/bugreport/anr/
DAnrParser.java59 final ArrayList<Anr> results = new ArrayList<Anr>(); in parse() local
/development/tools/privapp_permissions/
Dprivapp_permissions.py431 def print_xml(results, apps_redefine_base, fd=sys.stdout): argument
536 def parse_config_xml(base_xml, results): argument
/development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
DScannerFragment.java205 public void onBatchScanResults(List<ScanResult> results) { in onBatchScanResults()
/development/tools/bugreport/src/com/android/bugreport/inspector/
DDeadlockDetector.java192 final HashMap<Integer,ProcessSnapshot> results = new HashMap<Integer,ProcessSnapshot>(); in detectDeadlocks() local
/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
DUtils.java177 Collection<String> results= new HashSet<String>(); in getNodes() local
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
DVoicemailProviderHelpers.java238 List<Voicemail> results = new ArrayList<Voicemail>(cursor.getCount()); in getAllVoicemails() local
/development/samples/browseable/DataLayer/Application/src/com.example.android.wearable.datalayer/
DMainActivity.java347 HashSet<String> results = new HashSet<>(); in getNodes() local