Searched refs:sInMemoryPhoneBook (Results 1 – 1 of 1) sorted by relevance
51 private static InMemoryPhoneBook sInMemoryPhoneBook; field in InMemoryPhoneBook77 if (sInMemoryPhoneBook == null) { in init()78 sInMemoryPhoneBook = new InMemoryPhoneBook(context); in init()79 sInMemoryPhoneBook.onInit(); in init()91 return sInMemoryPhoneBook != null; in isInitialized()98 if (sInMemoryPhoneBook != null) { in get()99 return sInMemoryPhoneBook; in get()109 sInMemoryPhoneBook.onTearDown(); in tearDown()110 sInMemoryPhoneBook = null; in tearDown()