Home
last modified time | relevance | path

Searched refs:sInMemoryPhoneBook (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DInMemoryPhoneBook.java51 private static InMemoryPhoneBook sInMemoryPhoneBook; field in InMemoryPhoneBook
77 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()