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

  /system/core/crash_reporter/
user_collector_test.cc 278 EXPECT_TRUE(collector_.GetIdFromStatus(UserCollector::kGroupId,
284 EXPECT_TRUE(collector_.GetIdFromStatus(UserCollector::kGroupId,
290 EXPECT_FALSE(collector_.GetIdFromStatus(UserCollector::kGroupId,
294 EXPECT_FALSE(collector_.GetIdFromStatus(UserCollector::kGroupId,
user_collector.h 184 static const char *kGroupId;
user_collector.cc 60 const char *UserCollector::kGroupId = "Gid:\t";
  /system/connectivity/shill/wifi/
wifi_provider_unittest.cc 391 const string kGroupId =
394 GetString(kGroupId, _, _)).WillRepeatedly(Return(true));
396 groups.insert(kGroupId);
    [all...]

Completed in 1378 milliseconds