Home
last modified time | relevance | path

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

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