Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 6 of 6) sorted by relevance

/development/samples/SampleSyncAdapter/samplesyncadapter_server/model/
Ddatastore.py25 handle = db.StringProperty(required=True) variable in Contact
/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DKeyboard.java121 private void handle(String data) { in handle() method in Keyboard
DAutofillImeService.java390 void handle(String data) { in handle() method in AutofillImeService
/development/samples/browseable/PermissionRequest/src/com.example.android.permissionrequest/
DSimpleWebServer.java119 private void handle(Socket socket) throws IOException { in handle() method in SimpleWebServer
/development/samples/SampleSyncAdapter/samplesyncadapter_server/
Ddashboard.py45 def send_form(self, title, action, contactId, handle, content_obj): argument
/development/tools/checkcolor/src/main/java/com/google/checkcolor/lint/
DHardcodedColorDetector.java224 final Location.Handle handle = context.createLocationHandle(node); in addIndirectColor() local