Searched defs:hasSensorAccess (Results 1 – 2 of 2) sorted by relevance
32 const String16& opPackageName, bool hasSensorAccess) in SensorEventConnection()386 bool SensorService::SensorEventConnection::hasSensorAccess() { in hasSensorAccess() function in android::SensorService::SensorEventConnection
1143 bool hasSensorAccess = mUidPolicy->isUidActive(uid); in createSensorEventConnection() local