Fixing NPE during bulk insert in ContactsProvider2

If the first bulk insert is received before the provider
is fully initialized, you get this NPE. The provider
needs to wait for write access before doing the insert.

Bug: 3385546
Change-Id: I58b14c1824d738ef4dd1447dbf11fa678aa8f5a5
1 file changed