Searched refs:sInMemoryPhoneBook (Results 1 – 1 of 1) sorted by relevance
50 private static InMemoryPhoneBook sInMemoryPhoneBook; field in InMemoryPhoneBook76 if (sInMemoryPhoneBook == null) { in init()77 sInMemoryPhoneBook = new InMemoryPhoneBook(context); in init()78 sInMemoryPhoneBook.onInit(); in init()90 return sInMemoryPhoneBook != null; in isInitialized()97 if (sInMemoryPhoneBook != null) { in get()98 return sInMemoryPhoneBook; in get()108 sInMemoryPhoneBook.onTearDown(); in tearDown()109 sInMemoryPhoneBook = null; in tearDown()