Searched refs:setSingleInstance (Results 1 – 3 of 3) sorted by relevance
44 ProtoLogImpl.setSingleInstance(null); in tearDown()73 ProtoLogImpl.setSingleInstance(mockInstance); in runWith()77 ProtoLogImpl.setSingleInstance(original); in runWith()
98 ProtoLogImpl.setSingleInstance(null); in tearDown()136 ProtoLogImpl.setSingleInstance(mockedProtoLog); in getSingleInstance()143 ProtoLogImpl.setSingleInstance(mockedProtoLog); in d_logCalled()153 ProtoLogImpl.setSingleInstance(mockedProtoLog); in v_logCalled()163 ProtoLogImpl.setSingleInstance(mockedProtoLog); in i_logCalled()173 ProtoLogImpl.setSingleInstance(mockedProtoLog); in w_logCalled()184 ProtoLogImpl.setSingleInstance(mockedProtoLog); in e_logCalled()194 ProtoLogImpl.setSingleInstance(mockedProtoLog); in wtf_logCalled()
103 public static synchronized void setSingleInstance(@Nullable ProtoLogImpl instance) { in setSingleInstance() method in ProtoLogImpl