Searched refs:getPackageInfoAsync (Results 1 – 3 of 3) sorted by relevance
7 getPackageInfoAsync,17 getPackageInfoAsync: jest.fn(),32 asMock(getPackageInfoAsync).mockResolvedValueOnce(shellDumpsysPackage);37 asMock(getPackageInfoAsync).mockResolvedValueOnce('');
56 const info = await AndroidDebugBridge.getPackageInfoAsync(this.device, {
191 export async function getPackageInfoAsync( function