HomeSort by relevance Sort by last modified time
    Searched refs:SAW (Results 1 - 3 of 3) sorted by null

  /system/security/keystore/include/keystore/
IKeystoreService.h 37 SAW = IBinder::FIRST_CALL_TRANSACTION + 5,
70 virtual int32_t saw(const String16& name, int uid, Vector<String16>* matches) = 0;
  /system/security/keystore/
IKeystoreService.cpp 157 virtual int32_t saw(const String16& name, int uid, Vector<String16>* matches) function in class:android::BpKeystoreService
163 status_t status = remote()->transact(BnKeystoreService::SAW, data, &reply);
165 ALOGD("saw() could not contact remote: %d\n", status);
175 ALOGD("saw() caught exception %d\n", err);
625 case SAW: {
630 int32_t ret = saw(name, uid, &matches);
  /libcore/luni/src/test/java/tests/api/java/util/
ArraysTest.java     [all...]

Completed in 114 milliseconds